diff --git a/wis2downloader/static/openapi.yaml b/wis2downloader/static/openapi.yaml index 0ad0cfd..19a339d 100644 --- a/wis2downloader/static/openapi.yaml +++ b/wis2downloader/static/openapi.yaml @@ -137,4 +137,7 @@ components: securitySchemes: wis2boxAuth: type: http - scheme: bearer \ No newline at end of file + scheme: bearer + +security: + - wis2boxAuth: [ ] \ No newline at end of file