Skip to content

Commit 3f466a8

Browse files
committed
Update Personal Access Token scopes description.
1 parent 282b1ea commit 3f466a8

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)