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