summaryrefslogtreecommitdiffstats
path: root/openapi/components.yml
diff options
context:
space:
mode:
Diffstat (limited to 'openapi/components.yml')
-rw-r--r--openapi/components.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/openapi/components.yml b/openapi/components.yml
index 049701e4..6124d647 100644
--- a/openapi/components.yml
+++ b/openapi/components.yml
@@ -18,6 +18,10 @@
# ============LICENSE_END=========================================================
components:
+ securitySchemes:
+ basicAuth:
+ type: http
+ scheme: basic
schemas:
ErrorMessage:
type: object
@@ -209,3 +213,6 @@ components:
examples:
sample1:
value: my-topic-name
+
+security:
+ - basicAuth: [] \ No newline at end of file