Add missing security section for unavailabilities

This commit is contained in:
Alex Tselegidis 2024-01-05 17:10:17 +01:00
parent 6a1b2b28f1
commit 5a1f604e3d
1 changed files with 4 additions and 0 deletions

View File

@ -317,6 +317,10 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-codegen-request-body-name: body
security:
- BearerToken: [ ]
- BasicAuth: [ ]
post:
tags:
- unavailabilities