X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fapi%2Fswagger%2Fncmp%2Fopenapi-inventory.yaml;h=9e84f3a194fac786e6a6b9dc7a44f45c2601568c;hb=1a65023937c209ae05c8e84093376b737e78320c;hp=2d34f0a61afe3ff17a59d7e4931fb4d5586efa08;hpb=b24639de32b2c89346d9888ba0acc9443babb2be;p=cps.git 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. + +security: + - basicAuth: [] \ No newline at end of file