We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bed5980 + e8bb7c3 commit 514a536Copy full SHA for 514a536
2 files changed
openapi.json
@@ -3992,7 +3992,8 @@
3992
"type": "apiKey",
3993
"description": "Authentication with `Authorization` header and `DeepL-Auth-Key` authentication scheme",
3994
"name": "Authorization",
3995
- "in": "header"
+ "in": "header",
3996
+ "x-default": "DeepL-Auth-Key "
3997
}
3998
},
3999
"schemas": {
openapi.yaml
@@ -2759,6 +2759,7 @@ components:
2759
authentication scheme
2760
name: Authorization
2761
in: header
2762
+ x-default: "DeepL-Auth-Key "
2763
schemas:
2764
ApiKeyId:
2765
description: API key ID. Consists of two valid GUIDs separated by a colon.
0 commit comments