Skip to content

Commit f780863

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

openapi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ tags:
3030
description: Transform text to speech
3131
- name: Management API
3232
description: Manage your projects
33-
- name: Authorization API
34-
description: Grant ephemeral tokens
33+
- name: Authentication API
34+
description: Grant temporary tokens
3535
externalDocs:
3636
description: Learn more about using Deepgram on our docs.
3737
url: http://developers.deepgram.com
@@ -546,11 +546,11 @@ paths:
546546
'400':
547547
$ref: '#/components/responses/projects_bad_request'
548548
/v1/auth/grant:
549-
description: Ephemeral Auth
549+
description: Token-based Authentication
550550
post:
551-
summary: Ephemeral Auth
551+
summary: Token-based Authentication
552552
tags:
553-
- Authorization API
553+
- Authentication API
554554
security:
555555
- ApiKeyAuth: []
556556
operationId: grantToken

0 commit comments

Comments
 (0)