diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2024-05-20 08:45:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-05-20 08:45:44 +0000 |
commit | 91734f9782746feacd68effbe159c56c284beb83 (patch) | |
tree | b268e2960ba02ca8a8b1612121cc7ae6ae902df6 /docs/api/swagger | |
parent | c2b0f4d30450fc3886e8c5b641809d4873ac0bfd (diff) | |
parent | 184b681a516c08abe9ef151090c5f208f5544e0e (diff) |
Merge "CPS-2187 - #5 Add module Set Tag to dmi (single cm handle) data request"
Diffstat (limited to 'docs/api/swagger')
-rw-r--r-- | docs/api/swagger/openapi.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/api/swagger/openapi.yaml b/docs/api/swagger/openapi.yaml index f3516b5d..5782a9c8 100644 --- a/docs/api/swagger/openapi.yaml +++ b/docs/api/swagger/openapi.yaml @@ -209,6 +209,15 @@ paths: required: false schema: type: string + - name: moduleSetTag + description: Module set tag of the given cm handle. + in: query + examples: + sample1: + value: module-set-tag1 + required: false + schema: + type: string requestBody: content: application/json: @@ -379,6 +388,16 @@ components: required: false schema: type: string + moduleSetTagParamInQuery: + name: moduleSetTag + in: query + description: Module set tag of the given cm handle. + required: false + schema: + type: string + examples: + sample1: + value: module-set-tag1 requiredTopicParamInQuery: allowReserved: true description: mandatory topic name passed from client(NCMP). |