1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Update wording for fine-grained tokens on REST (#50753)

This commit is contained in:
Grace Park
2024-05-23 14:40:35 -07:00
committed by GitHub
parent b426503fa7
commit b42d33ea2d
12 changed files with 5238 additions and 5214 deletions

View File

@@ -168,10 +168,10 @@ rest_reference:
button_text:
copy_to_clipboard: Copy to clipboard
copied: Copied!
works_with_tokens: 'This endpoint works with the following token types'
permission_sets: 'The token must have at least one of the following permission sets'
permission_set: 'The token must have the following permission set'
no_permission_sets: 'The token does not require any permissions.'
works_with_fine_grained_tokens: 'This endpoint works with the following fine-grained token types'
permission_sets: 'The fine-grained token must have at least one of the following permission sets'
permission_set: 'The fine-grained token must have the following permission set'
no_permission_sets: 'The fine-grained token does not require any permissions.'
allows_public_read_access: This endpoint can be used without authentication or the aforementioned permissions if only public resources are requested.
allows_public_read_access_no_permissions: This endpoint can be used without authentication if only public resources are requested.
user_access_token_name: GitHub App user access tokens