Add missing security section for unavailabilities
This commit is contained in:
parent
6a1b2b28f1
commit
5a1f604e3d
1 changed files with 4 additions and 0 deletions
|
@ -317,6 +317,10 @@ paths:
|
|||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/ErrorResponse'
|
||||
x-codegen-request-body-name: body
|
||||
security:
|
||||
- BearerToken: [ ]
|
||||
- BasicAuth: [ ]
|
||||
post:
|
||||
tags:
|
||||
- unavailabilities
|
||||
|
|
Loading…
Reference in a new issue