diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-12-14 08:36:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-12-14 08:36:36 +0000 |
commit | 8e63d7b907bf8e94eacf283af435dfd27fe823ee (patch) | |
tree | 84c87623fa3c770e6eaf2eb2d705985ca2e9f2c9 /cps-ncmp-rest/docs | |
parent | 541ed451d1257f6eb72517f33f470db53fdd7fb4 (diff) | |
parent | d8be9ef1d451f3e19c0c73752ad3d947e8baa9bd (diff) |
Merge "Modify cmHandle registration for alternateId"
Diffstat (limited to 'cps-ncmp-rest/docs')
-rw-r--r-- | cps-ncmp-rest/docs/openapi/components.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index 08f5f5bceb..3bee633900 100644 --- a/cps-ncmp-rest/docs/openapi/components.yaml +++ b/cps-ncmp-rest/docs/openapi/components.yaml @@ -140,6 +140,9 @@ components: type: string enum: [COMPLETE, NONE] example: "COMPLETE" + alternateId: + type: string + example: "my-alternate-id" RestCmHandleProperties: type: object additionalProperties: |