Note that you can auth to the admin API with PATs

This commit is contained in:
Olivier 'reivilibre
2025-10-24 12:02:25 +01:00
parent d389c8164a
commit b5a6057c09

View File

@@ -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