diff options
author | leventecsanyi <levente.csanyi@est.tech> | 2023-12-07 16:17:12 +0100 |
---|---|---|
committer | Levente Csanyi <levente.csanyi@est.tech> | 2023-12-13 10:37:34 +0000 |
commit | d8be9ef1d451f3e19c0c73752ad3d947e8baa9bd (patch) | |
tree | fac70a881b7f65147b4ed9a460c1e02e78c9a1e2 /cps-ncmp-rest/docs/openapi/components.yaml | |
parent | 7e94b26a666907cc97d692b8dda8364bb0a0ef45 (diff) |
Modify cmHandle registration for alternateId
- added alternate id to the interface for persisting the new value
- updated unit tests to validate the new field
Issue-ID: CPS-1985
Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
Change-Id: I81e61f2ea2ecc5d8c0938af00fa81a99e27e2e23
Diffstat (limited to 'cps-ncmp-rest/docs/openapi/components.yaml')
-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 9b5a1fd0ba..1815b47cab 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: |