From 7653f8ac0306596660ed9a86f56dbdb7391550a9 Mon Sep 17 00:00:00 2001 From: zhenyu <1109115258@qq.com> Date: Sat, 28 Dec 2024 22:30:04 +0800 Subject: [PATCH] fix: correct casing of API key authentication in openapi.yaml --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 3e7cd175a6..8718926bdf 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -949,7 +949,7 @@ paths: tags: - saml security: - - ApiKeyAuth: [] + - APIKeyAuth: [] parameters: - name: download in: query