From 731cff198f6e7d4ccd63f2cfe867e95fdd01f85a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Sat, 2 Aug 2025 11:42:15 +0200 Subject: [PATCH] Move required to Signature --- openapi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.json b/openapi.json index 0a0249f..132cc3e 100644 --- a/openapi.json +++ b/openapi.json @@ -32,8 +32,7 @@ "operationId": "start", "parameters": [ { - "$ref": "#/components/parameters/Signature", - "required": true + "$ref": "#/components/parameters/Signature" } ], "requestBody": { @@ -123,6 +122,7 @@ "name": "Signature", "in": "header", "description": "The signature.", + "required": true, "schema": { "type": "string", "example": "3WGqCnWJArhA224xVdUY1fPh91tpd6va6JvBrPNuHK449TZTgsRn3DBu5UBGbcTn"