Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/sour-windows-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/backend/src/api/endpoints/OAuthApplicationsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading