diff --git a/openapi.yml b/openapi.yml index 5510e004..b18976ef 100644 --- a/openapi.yml +++ b/openapi.yml @@ -317,6 +317,10 @@ paths: application/json: schema: $ref: '#/components/schemas/ErrorResponse' + x-codegen-request-body-name: body + security: + - BearerToken: [ ] + - BasicAuth: [ ] post: tags: - unavailabilities