Skip to content

Commit 1be0b6c

Browse files
committed
Note that you can auth to the admin API with PATs
1 parent 885738c commit 1be0b6c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/topics/admin-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ If admin API is enabled, MAS will also serve the specification at `/api/spec.jso
4646

4747
## Authentication
4848

49-
All requests to the admin API are gated using access tokens obtained using OAuth 2.0 grants.
49+
All requests to the admin API are gated either using access tokens obtained using OAuth 2.0 grants,
50+
or using personal access tokens (which must currently be issued through the Admin API).
51+
5052
They must have the [`urn:mas:admin`](../reference/scopes.md#urnmasadmin) scope.
5153

5254
### User-interactive tools

0 commit comments

Comments
 (0)