diff --git a/lib/line/bot/v2/channel_access_token/api/channel_access_token_client.rb b/lib/line/bot/v2/channel_access_token/api/channel_access_token_client.rb
index ec534c3a..05f2f3ea 100644
--- a/lib/line/bot/v2/channel_access_token/api/channel_access_token_client.rb
+++ b/lib/line/bot/v2/channel_access_token/api/channel_access_token_client.rb
@@ -326,7 +326,7 @@ def issue_stateless_channel_token(
# This requests to POST https://api.line.me/v2/oauth/revoke
# This returns an array containing response, HTTP status code, and header in order. Please specify all header keys in lowercase.
#
- # @param access_token [String] A short-lived or long-lived channel access token.
+ # @param access_token [String] Channel access token
# @see https://developers.line.biz/en/reference/messaging-api/#revoke-longlived-or-shortlived-channel-access-token
# @return [Array((String|nil), Integer, Hash{String => String})] when HTTP status code is 200
# @return [Array((String|nil), Integer, Hash{String => String})] when other HTTP status code is returned. String is HTTP response body itself.
@@ -356,7 +356,7 @@ def revoke_channel_token_with_http_info(
# This requests to POST https://api.line.me/v2/oauth/revoke
# When you want to get HTTP status code or response headers, use {#revoke_channel_token_with_http_info} instead of this.
#
- # @param access_token [String] A short-lived or long-lived channel access token.
+ # @param access_token [String] Channel access token
# @see https://developers.line.biz/en/reference/messaging-api/#revoke-longlived-or-shortlived-channel-access-token
# @return [String, nil] when HTTP status code is 200
# @return [String, nil] when other HTTP status code is returned. This String is HTTP response body itself.
diff --git a/sig/line/bot/v2/channel_access_token/api/channel_access_token_client.rbs b/sig/line/bot/v2/channel_access_token/api/channel_access_token_client.rbs
index 3c5ed1dd..67749e14 100644
--- a/sig/line/bot/v2/channel_access_token/api/channel_access_token_client.rbs
+++ b/sig/line/bot/v2/channel_access_token/api/channel_access_token_client.rbs
@@ -199,7 +199,7 @@ module Line
# This requests to POST https://api.line.me/v2/oauth/revoke
# This returns an array containing response, HTTP status code, and header in order. Please specify all header keys in lowercase.
#
- # @param access_token [String] A short-lived or long-lived channel access token.
+ # @param access_token [String] Channel access token
# @see https://developers.line.biz/en/reference/messaging-api/#revoke-longlived-or-shortlived-channel-access-token
# @return [Array((String|nil), Integer, Hash{String => String})] when HTTP status code is 200
# @return [Array((String|nil), Integer, Hash{String => String})] when other HTTP status code is returned. String is HTTP response body itself.
@@ -214,7 +214,7 @@ module Line
# This requests to POST https://api.line.me/v2/oauth/revoke
# When you want to get HTTP status code or response headers, use {#revoke_channel_token_with_http_info} instead of this.
#
- # @param access_token [String] A short-lived or long-lived channel access token.
+ # @param access_token [String] Channel access token
# @see https://developers.line.biz/en/reference/messaging-api/#revoke-longlived-or-shortlived-channel-access-token
# @return [String, nil] when HTTP status code is 200
# @return [String, nil] when other HTTP status code is returned. This String is HTTP response body itself.