summaryrefslogtreecommitdiffstats
path: root/docs/api/swagger/ncmp/openapi-inventory.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/swagger/ncmp/openapi-inventory.yaml')
-rw-r--r--docs/api/swagger/ncmp/openapi-inventory.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/api/swagger/ncmp/openapi-inventory.yaml b/docs/api/swagger/ncmp/openapi-inventory.yaml
index 2d34f0a61..9e84f3a19 100644
--- a/docs/api/swagger/ncmp/openapi-inventory.yaml
+++ b/docs/api/swagger/ncmp/openapi-inventory.yaml
@@ -148,6 +148,10 @@ paths:
message: Internal Server Error
details: Internal Server Error occurred
components:
+ securitySchemes:
+ basicAuth:
+ type: http
+ scheme: basic
schemas:
RestDmiPluginRegistration:
type: object
@@ -234,3 +238,6 @@ components:
errorText:
type: string
example: Unknown error. <error-details>
+
+security:
+ - basicAuth: [] \ No newline at end of file