From e96fcc60beba3bfe60e02c86110cd26b7e2410b4 Mon Sep 17 00:00:00 2001 From: dirk Date: Tue, 11 Mar 2025 14:33:01 +0000 Subject: [PATCH] Add missing security entries to openapi-def.yaml --- openapi-def.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi-def.yaml b/openapi-def.yaml index c8804fa..3e779a4 100644 --- a/openapi-def.yaml +++ b/openapi-def.yaml @@ -198,6 +198,8 @@ paths: summary: List all accounts tags: - Accounts + security: + - bearer: [] responses: 200: description: Ok @@ -240,6 +242,8 @@ paths: - $ref: '#/components/parameters/PaginationLimit' tags: - Users + security: + - bearer: [] responses: 200: description: Ok