From e14fe9ab679998f40d7c46ff58702e5aa0545b07 Mon Sep 17 00:00:00 2001 From: JvD_Ericsson Date: Mon, 26 Feb 2024 13:45:47 +0000 Subject: Modify the get cmHandle api to return dataProducerIdentifier, moduleSetTag, and alternateId (CPS-1964 2) Issue-ID: CPS-2113 Signed-off-by: JvD_Ericsson Change-Id: I672e5c8408e77a5fa15d6fc2f41438aca705484c --- cps-ncmp-rest/docs/openapi/components.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cps-ncmp-rest/docs/openapi/components.yaml') diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index 635117c07..0ad453a1c 100644 --- a/cps-ncmp-rest/docs/openapi/components.yaml +++ b/cps-ncmp-rest/docs/openapi/components.yaml @@ -255,6 +255,15 @@ components: $ref: '#/components/schemas/CmHandleCompositeState' trustLevel: $ref: '#/components/schemas/CmHandleTrustLevel' + moduleSetTag: + type: string + example: my-module-set-tag + alternateId: + type: string + example: my-alternate-id + dataProducerIdentifier: + type: string + example: my-data-producer-identifier CmHandlePublicProperties: type: object items: -- cgit 1.2.3-korg