diff --git a/.changeset/sour-windows-greet.md b/.changeset/sour-windows-greet.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/sour-windows-greet.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/packages/backend/src/api/endpoints/OAuthApplicationsApi.ts b/packages/backend/src/api/endpoints/OAuthApplicationsApi.ts index bc998aa8628..5504e89250a 100644 --- a/packages/backend/src/api/endpoints/OAuthApplicationsApi.ts +++ b/packages/backend/src/api/endpoints/OAuthApplicationsApi.ts @@ -132,7 +132,7 @@ export class OAuthApplicationsApi extends AbstractAPI { } /** - * Revokes both the OAuth access token and refresh token for the associated grant for the given [`OAuthApplication`](/docs/reference/backend/types/backend-oauth-application). The request may specify either token. + * Revokes both the [OAuth access token](!oauth-access-token) and refresh token for the associated grant for the given [`OAuthApplication`](/docs/reference/backend/types/backend-oauth-application). The request may specify either token. */ public async revokeToken(params: RevokeOAuthApplicationTokenParams) { const { oauthApplicationId, ...bodyParams } = params;