From 14907f6bd76fbfbbfc5c38ec0cc1a58c60eed961 Mon Sep 17 00:00:00 2001 From: Sarah Soutoul Date: Wed, 1 Jul 2026 16:50:51 -0600 Subject: [PATCH 1/2] Add tooltip --- packages/backend/src/api/endpoints/OAuthApplicationsApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; From 23cd880edc363621bd67e1e4d63dd6cd5ce4f320 Mon Sep 17 00:00:00 2001 From: Sarah Soutoul Date: Wed, 1 Jul 2026 16:56:03 -0600 Subject: [PATCH 2/2] Add changeset --- .changeset/sour-windows-greet.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .changeset/sour-windows-greet.md 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 @@ +--- +---