diff options
author | leventecsanyi <levente.csanyi@est.tech> | 2023-09-04 10:59:23 +0200 |
---|---|---|
committer | leventecsanyi <levente.csanyi@est.tech> | 2023-09-04 11:01:08 +0200 |
commit | 46782b7c8f0fbc8eece55188be0133ddb0e9907e (patch) | |
tree | 9c8d6520492f9ff8cdb33ac0cfce9747a949ce04 /cps-ncmp-rest/docs/openapi | |
parent | e2db79981081bc86cbb836d6cdca8720c9d21383 (diff) |
Modify inventory using moduleSetTag as optional attribute
- added moduletSetTag as an optional field for RestInputCmHandle
Issue-ID: CPS-1803
Signed-off-by: leventecsanyi <levente.csanyi@est.tech>
Change-Id: I15c9d1eeb4f7db83ca23c50f3ffe9603cd5b14c9
Diffstat (limited to 'cps-ncmp-rest/docs/openapi')
-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 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: |