Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3992,7 +3992,8 @@
"type": "apiKey",
"description": "Authentication with `Authorization` header and `DeepL-Auth-Key` authentication scheme",
"name": "Authorization",
"in": "header"
"in": "header",
"x-default": "DeepL-Auth-Key "
}
},
"schemas": {
Expand Down
1 change: 1 addition & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2759,6 +2759,7 @@ components:
authentication scheme
name: Authorization
in: header
x-default: "DeepL-Auth-Key "
schemas:
ApiKeyId:
description: API key ID. Consists of two valid GUIDs separated by a colon.
Expand Down
Loading