File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
3535externalDocs :
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
You can’t perform that action at this time.
0 commit comments