From 33c677619ec24d68c962d976caafe4d6651532a9 Mon Sep 17 00:00:00 2001 From: Motoi Okuzono Date: Tue, 28 Jul 2026 09:14:33 +0900 Subject: [PATCH] Fix access_token description in revokeChannelToken --- channel-access-token.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channel-access-token.yml b/channel-access-token.yml index f038431..c0755ec 100644 --- a/channel-access-token.yml +++ b/channel-access-token.yml @@ -284,7 +284,7 @@ paths: type: object properties: access_token: - description: "Channel access token" + description: "A short-lived or long-lived channel access token." type: string required: - access_token