Skip to content

Commit 473b540

Browse files
authored
Merge branch 'main' into update-webpack-dep
2 parents 4a93123 + dbb4f92 commit 473b540

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

content/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ topics:
2323

2424
Organization owners have full administrative access to the organization. {% data reusables.organizations.new-org-permissions-more-info %}
2525

26+
{% note %}
27+
28+
**Note**: As an organization owner, you can change the role of other organization members and owners. You can't change your own role.
29+
30+
{% endnote %}
31+
2632
### Appointing an organization owner
2733

2834
{% data reusables.profile.access_profile %}

content/rest/reference/git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Git Database API gives you access to read and write raw Git objects to your
2020
## Blobs
2121

2222
A Git blob (binary large object) is the object type used to store the contents of each file in a repository. The file's SHA-1 hash is computed and stored in the blob object. These endpoints allow you to read and write [blob objects](https://git-scm.com/book/en/v1/Git-Internals-Git-Objects)
23-
to your Git database on {% data variables.product.product_name %}. Blobs leverage [these custom media types](#custom-media-types). You can read more about the use of media types in the API [here](/rest/overview/media-types).
23+
to your Git database on {% data variables.product.product_name %}. Blobs leverage [these custom media types](#custom-media-types-for-blobs). You can read more about the use of media types in the API [here](/rest/overview/media-types).
2424

2525
### Custom media types for blobs
2626

0 commit comments

Comments
 (0)