Skip to content

Commit 71e88b9

Browse files
authored
docs(repo): Add tooltip to OAuth access token (#9070)
1 parent 60e55e2 commit 71e88b9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.changeset/sour-windows-greet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

packages/backend/src/api/endpoints/OAuthApplicationsApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export class OAuthApplicationsApi extends AbstractAPI {
132132
}
133133

134134
/**
135-
* 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.
135+
* 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.
136136
*/
137137
public async revokeToken(params: RevokeOAuthApplicationTokenParams) {
138138
const { oauthApplicationId, ...bodyParams } = params;

0 commit comments

Comments
 (0)