From 46782b7c8f0fbc8eece55188be0133ddb0e9907e Mon Sep 17 00:00:00 2001 From: leventecsanyi Date: Mon, 4 Sep 2023 10:59:23 +0200 Subject: 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 --- cps-ncmp-rest/docs/openapi/components.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cps-ncmp-rest/docs') diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index 818b2daee..243de6210 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: -- cgit 1.2.3-korg