Skip to content

Commit 0a6d201

Browse files
authored
fix: wrong auth header for streaming
1 parent 2d37a76 commit 0a6d201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ components:
652652
description: Authenticate using your AssemblyAI API key
653653
type: httpApiKey
654654
in: header
655-
name: Authorization
655+
name: Authentication
656656
Token:
657657
description: "Authenticate using a [generated temporary token](https://www.assemblyai.com/docs/speech-to-text/streaming#authenticate-with-a-temporary-token)"
658658
type: httpApiKey

0 commit comments

Comments
 (0)