Add missing security entries to openapi-def.yaml

This commit is contained in:
dirk 2025-03-11 14:33:01 +00:00
parent a313f7b6da
commit e96fcc60be

View File

@ -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