From: leventecsanyi Date: Mon, 4 Sep 2023 08:59:23 +0000 (+0200) Subject: Modify inventory using moduleSetTag as optional attribute X-Git-Tag: 3.3.7~8 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=46782b7c8f0fbc8eece55188be0133ddb0e9907e;p=cps.git Modify inventory using moduleSetTag as optional attribute - added moduletSetTag as an optional field for RestInputCmHandle Issue-ID: CPS-1803 Signed-off-by: leventecsanyi Change-Id: I15c9d1eeb4f7db83ca23c50f3ffe9603cd5b14c9 --- diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index 818b2daeed..243de62102 100644 --- a/cps-ncmp-rest/docs/openapi/components.yaml +++ b/cps-ncmp-rest/docs/openapi/components.yaml @@ -127,6 +127,9 @@ components: $ref: '#/components/schemas/RestCmHandleProperties' publicCmHandleProperties: $ref: '#/components/schemas/RestCmHandleProperties' + moduleSetTag: + type: string + example: "my-module-set-tag" RestCmHandleProperties: type: object additionalProperties: