Skip to content

Commit a71e6dd

Browse files
feat: update API specifications (#66)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 17b6524 commit a71e6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ paths:
548548
security:
549549
- ApiKeyAuth: []
550550
operationId: grantToken
551-
description: Generates a temporary JSON Web Token (JWT) with a 30-second TTL and usage::write permission for core voice APIs, requiring an API key with Member or higher authorization
551+
description: Generates a temporary JSON Web Token (JWT) with a 30-second TTL and usage::write permission for core voice APIs, requiring an API key with Member or higher authorization. Tokens created with this endpoint will not work with the Management APIs.
552552
responses:
553553
'200':
554554
$ref: '#/components/responses/jwt'

0 commit comments

Comments
 (0)