Skip to content

Commit bf4b979

Browse files
authored
Merge pull request #776 from bbiggerr/token-scopes
Update Personal Access Token Create scopes description
2 parents 282b1ea + 3f466a8 commit bf4b979

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

openapi.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17160,11 +17160,14 @@ paths:
1716017160
scopes:
1716117161
type: string
1716217162
format: oauth-scope
17163-
description: >
17164-
The scopes to create the token with. These cannot be changed
17165-
after creation, and may not exceed the scopes of the acting token.
17166-
If omitted, the new token will have the same scopes as the acting
17167-
token.
17163+
description: |
17164+
The access [scopes](/docs/api#oauth-reference) to grant to the created token. These cannot be changed after creation, and may not exceed the scopes of the acting token.
17165+
17166+
If omitted or entered with a wildcard character (`*`), the new token will have the same scopes as the acting token.
17167+
17168+
Multiple scopes are separated by a space character (` `).
17169+
17170+
For example, `linodes:read_write account:read_only`.
1716817171
example: '*'
1716917172
expiry:
1717017173
type: string

0 commit comments

Comments
 (0)