Skip to content

Commit

Permalink
Mention public resource permissions in rest api docs (#46280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bestra authored Nov 17, 2023
1 parent f392316 commit 38f62fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ When you create a {% data variables.product.pat_v2 %}, you grant it a set of per

{% data reusables.rest-api.permission-header %}

These permissions are required to access private resources with the following endpoints. Some endpoints can also be used to access public resources without these permissions.

Some endpoints require additional permissions. When this is the case, the "Additional permissions" column will indicate the other permissions that are required to use the endpoint.

<!-- The content of this page is rendered as a NextJS page component. -->
2 changes: 2 additions & 0 deletions content/rest/overview/permissions-required-for-github-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ autogenerated: github-apps

{% data reusables.rest-api.permission-header %}

These permissions are required to access private resources with the following endpoints. Some endpoints can also be used to access public resources without these permissions.

Some endpoints require additional permissions. When this is the case, the "Additional permissions" column will indicate the other permissions that are required to use the endpoint.

<!-- The content of this page is rendered as a NextJS page component. -->

0 comments on commit 38f62fc

Please sign in to comment.