Note that you can auth to the admin API with PATs
This commit is contained in:
@@ -46,7 +46,9 @@ If admin API is enabled, MAS will also serve the specification at `/api/spec.jso
|
|||||||
|
|
||||||
## Authentication
|
## Authentication
|
||||||
|
|
||||||
All requests to the admin API are gated using access tokens obtained using OAuth 2.0 grants.
|
All requests to the admin API are gated either using access tokens obtained using OAuth 2.0 grants,
|
||||||
|
or using personal access tokens (which must currently be issued through the Admin API).
|
||||||
|
|
||||||
They must have the [`urn:mas:admin`](../reference/scopes.md#urnmasadmin) scope.
|
They must have the [`urn:mas:admin`](../reference/scopes.md#urnmasadmin) scope.
|
||||||
|
|
||||||
### User-interactive tools
|
### User-interactive tools
|
||||||
|
|||||||
Reference in New Issue
Block a user