Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 56683ea

Browse files
committed
missed rename
1 parent c4c30f3 commit 56683ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/scopes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ MAS also has a few scopes that are specific to the MAS implementation.
8181

8282
### `urn:mas:graphql:*`
8383

84-
This scope grants access to the whole MAS [GraphQL API].
84+
This scope grants access to the whole MAS [Internal GraphQL API].
8585
What permission the session has on the API is determined by the entity that the session is authorized as.
8686
When [authorized as a user](../topics/authorization.md#authorized-as-a-user-or-authorized-as-a-client) (and without the `mas:urn:admin` scope), this will usually allow querying and mutating the user's own data.
8787

@@ -91,7 +91,7 @@ The default policy allows any client and any user to request this scope.
9191

9292
This scope grants access to the MAS [Admin API].
9393

94-
Combined with the `urn:mas:graphql:*` scope, it also grants full access to the MAS [GraphQL API].
94+
Combined with the `urn:mas:graphql:*` scope, it also grants full access to the MAS [Internal GraphQL API].
9595
This allows the authenticated entity to perform any operation on the API, regardless of whether the entity owns the data or not.
9696

9797
The default policy doesn't allow everyone to request this scope.
@@ -105,7 +105,7 @@ It allows:
105105

106106
[authorization code]: ../topics/authorization.md#authorization-code-grant
107107
[device authorization]: ../topics/authorization.md#device-authorization-grant
108-
[GraphQL API]: ./graphql.md
108+
[Internal GraphQL API]: ../development/graphql.md
109109
[Admin API]: ../topics/admin-api.md
110110
[Synapse admin API]: https://element-hq.github.io/synapse/latest/usage/administration/admin_api/index.html
111111
[OpenID Connect Core 1.0]: https://openid.net/specs/openid-connect-core-1_0.html

0 commit comments

Comments
 (0)