summaryrefslogtreecommitdiffstats
path: root/docs/api/swagger/openapi.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/swagger/openapi.yaml')
-rw-r--r--docs/api/swagger/openapi.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/api/swagger/openapi.yaml b/docs/api/swagger/openapi.yaml
index 41ebedf8..101b93bf 100644
--- a/docs/api/swagger/openapi.yaml
+++ b/docs/api/swagger/openapi.yaml
@@ -344,6 +344,10 @@ paths:
message: Internal Server Error
details: Internal Server Error occured
components:
+ securitySchemes:
+ basicAuth:
+ type: http
+ scheme: basic
schemas:
ModuleReferencesRequest:
type: object
@@ -456,3 +460,6 @@ components:
type: array
items:
$ref: '#/components/schemas/ModuleResourcesReadRequest_data_modules'
+
+security:
+ - basicAuth: [] \ No newline at end of file