mirror of
https://git.dirksys.ovh/dirk/bankserver.git
synced 2025-12-20 11:09:21 +01:00
Add missing security entries to openapi-def.yaml
This commit is contained in:
parent
a313f7b6da
commit
e96fcc60be
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user