diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2022-10-26 16:46:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-10-26 16:46:06 +0000 |
commit | 8f55ef0b08bfde2878b286c7f2d3029a470db3fc (patch) | |
tree | 50a7e6df0cb15e09c0ba6cba47e6ddd02dd5d5bc /docs/api/swagger/ncmp/openapi-inventory.yaml | |
parent | 2a18c1df031b3b9fd04784673319e1cd38e12267 (diff) | |
parent | 1a65023937c209ae05c8e84093376b737e78320c (diff) |
Merge "[NCMP] Add Basic Auth to OpenAPI Definitions"
Diffstat (limited to 'docs/api/swagger/ncmp/openapi-inventory.yaml')
-rw-r--r-- | docs/api/swagger/ncmp/openapi-inventory.yaml | 7 |
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 2d34f0a61a..9e84f3a194 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 |