diff options
author | Bruno Sakoto <bruno.sakoto@bell.ca> | 2022-02-03 06:32:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-02-03 06:32:00 +0000 |
commit | f5cad5a6d75d0072fb3be7347cccd50ecfa120ae (patch) | |
tree | ca2a6743313082ec506f90fa0653db2394af1654 /cps-ncmp-rest/docs/openapi/ncmp-inventory.yml | |
parent | cdc85a32069485641b0c8c37f8d7c4e6727e336a (diff) | |
parent | e0873dde9816543a34818c1509b1aaa1c195a875 (diff) |
Merge "[TECHDEBT] Align CPS NCMP REST API Specification"
Diffstat (limited to 'cps-ncmp-rest/docs/openapi/ncmp-inventory.yml')
-rwxr-xr-x | cps-ncmp-rest/docs/openapi/ncmp-inventory.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cps-ncmp-rest/docs/openapi/ncmp-inventory.yml b/cps-ncmp-rest/docs/openapi/ncmp-inventory.yml index b0a50aa83a..f3f84fed9a 100755 --- a/cps-ncmp-rest/docs/openapi/ncmp-inventory.yml +++ b/cps-ncmp-rest/docs/openapi/ncmp-inventory.yml @@ -1,5 +1,6 @@ # ============LICENSE_START======================================================= # Copyright (C) 2021 Bell Canada +# Modifications Copyright (C) 2021-2022 Nordix Foundation # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -38,3 +39,5 @@ updateDmiRegistration: $ref: 'components.yaml#/components/responses/Unauthorized' 403: $ref: 'components.yaml#/components/responses/Forbidden' + 500: + $ref: 'components.yaml#/components/responses/InternalServerError' |