mirror of
https://git.dirksys.ovh/dirk/bankserver.git
synced 2025-12-20 19:19: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
|
summary: List all accounts
|
||||||
tags:
|
tags:
|
||||||
- Accounts
|
- Accounts
|
||||||
|
security:
|
||||||
|
- bearer: []
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Ok
|
description: Ok
|
||||||
@ -240,6 +242,8 @@ paths:
|
|||||||
- $ref: '#/components/parameters/PaginationLimit'
|
- $ref: '#/components/parameters/PaginationLimit'
|
||||||
tags:
|
tags:
|
||||||
- Users
|
- Users
|
||||||
|
security:
|
||||||
|
- bearer: []
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Ok
|
description: Ok
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user