From 7da355d06e81885479ebe84b665f042ca19bb57c Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Fri, 30 May 2025 21:38:13 +0500 Subject: [PATCH] Fix security section --- openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 7daa275..6c79e64 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -39,8 +39,8 @@ info: url: 'https://opensource.org/license/MIT' identifier: MIT security: - - session_cookie: - - authorization_header: + - session_cookie: [] + - authorization_header: [] tags: - name: auth x-displayName: Auth