You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17160,11 +17160,14 @@ paths:
17160
17160
scopes:
17161
17161
type: string
17162
17162
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`.
0 commit comments