diff --git a/src/clients/channel-access-token/lib/Api/ChannelAccessTokenApi.php b/src/clients/channel-access-token/lib/Api/ChannelAccessTokenApi.php index 0b50b2cc..a94476f1 100644 --- a/src/clients/channel-access-token/lib/Api/ChannelAccessTokenApi.php +++ b/src/clients/channel-access-token/lib/Api/ChannelAccessTokenApi.php @@ -1322,7 +1322,7 @@ public function issueStatelessChannelTokenRequest($grantType = null, $clientAsse /** * Operation revokeChannelToken * - * @param string $accessToken A short-lived or long-lived channel access token. (required) + * @param string $accessToken Channel access token (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['revokeChannelToken'] to see the possible values for this operation * * @throws \LINE\Clients\ChannelAccessToken\ApiException on non-2xx response or if the response body is not in the expected format @@ -1337,7 +1337,7 @@ public function revokeChannelToken($accessToken, string $contentType = self::con /** * Operation revokeChannelTokenWithHttpInfo * - * @param string $accessToken A short-lived or long-lived channel access token. (required) + * @param string $accessToken Channel access token (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['revokeChannelToken'] to see the possible values for this operation * * @throws \LINE\Clients\ChannelAccessToken\ApiException on non-2xx response or if the response body is not in the expected format @@ -1384,7 +1384,7 @@ public function revokeChannelTokenWithHttpInfo($accessToken, string $contentType /** * Operation revokeChannelTokenAsync * - * @param string $accessToken A short-lived or long-lived channel access token. (required) + * @param string $accessToken Channel access token (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['revokeChannelToken'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -1403,7 +1403,7 @@ function ($response) { /** * Operation revokeChannelTokenAsyncWithHttpInfo * - * @param string $accessToken A short-lived or long-lived channel access token. (required) + * @param string $accessToken Channel access token (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['revokeChannelToken'] to see the possible values for this operation * * @throws \InvalidArgumentException @@ -1440,7 +1440,7 @@ function ($exception) { /** * Create request for operation 'revokeChannelToken' * - * @param string $accessToken A short-lived or long-lived channel access token. (required) + * @param string $accessToken Channel access token (required) * @param string $contentType The value for the Content-Type header. Check self::contentTypes['revokeChannelToken'] to see the possible values for this operation * * @throws \InvalidArgumentException