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:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/ErrorResponse'
|
$ref: '#/components/schemas/ErrorResponse'
|
||||||
|
x-codegen-request-body-name: body
|
||||||
|
security:
|
||||||
|
- BearerToken: [ ]
|
||||||
|
- BasicAuth: [ ]
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- unavailabilities
|
- unavailabilities
|
||||||
|
|
Loading…
Reference in a new issue