From 0064aea239ad7d47a4fa92ffe5a09086ff61a9e2 Mon Sep 17 00:00:00 2001 From: david-i-berry Date: Wed, 7 Aug 2024 16:59:49 +0200 Subject: [PATCH] debugging security + bearer token. --- wis2downloader/static/openapi.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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