From e8bb7c3acc90ab7311ecf11f34629832779a30b7 Mon Sep 17 00:00:00 2001 From: Shir Goldberg <3937986+shirgoldbird@users.noreply.github.com> Date: Mon, 30 Mar 2026 19:11:14 -0400 Subject: [PATCH] feat: add x-default for DeepL-Auth-Key prefix in API playground Co-Authored-By: Claude Opus 4.6 (1M context) --- openapi.json | 3 ++- openapi.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/openapi.json b/openapi.json index f0f931c..4a714b5 100644 --- a/openapi.json +++ b/openapi.json @@ -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": { diff --git a/openapi.yaml b/openapi.yaml index 40c242c..dde633c 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -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.