Skip to content

Commit

Permalink
Add missing security section for unavailabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Jan 5, 2024
1 parent 6a1b2b2 commit 5a1f604
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,10 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ErrorResponse'
x-codegen-request-body-name: body
security:
- BearerToken: [ ]
- BasicAuth: [ ]
post:
tags:
- unavailabilities
Expand Down

0 comments on commit 5a1f604

Please sign in to comment.