From 5a1f604e3da87c371bc74daf64c069083113ba50 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Fri, 5 Jan 2024 17:10:17 +0100 Subject: [PATCH] Add missing security section for unavailabilities --- openapi.yml | 4 ++++ 1 file changed, 4 insertions(+) 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