summaryrefslogtreecommitdiffstats
path: root/openapi/components.yml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2024-05-29 12:39:35 +0000
committerGerrit Code Review <gerrit@onap.org>2024-05-29 12:39:35 +0000
commit3adc1d6bc4400b37c1cb23c0204d7f09d4ff380b (patch)
treeb5268f4001684794dc5e7c3e0a34b0faa356a4fc /openapi/components.yml
parent8ec8bc27176da9c85d5d205d9c40dce2c1591036 (diff)
parentefe96fa26c01a66c673be68d5ecc70f836963505 (diff)
Merge "CPS-2187 - Move Module Set Tag into request body for data access passthrough"
Diffstat (limited to 'openapi/components.yml')
-rw-r--r--openapi/components.yml14
1 files changed, 3 insertions, 11 deletions
diff --git a/openapi/components.yml b/openapi/components.yml
index 3142654d..4a6d1729 100644
--- a/openapi/components.yml
+++ b/openapi/components.yml
@@ -180,6 +180,9 @@ components:
requestId:
type: string
example: 3a9ce55c-e365-4dc9-8da3-a06f07cbc6d7
+ moduleSetTag:
+ type: string
+ example: module-set-tag1
cmHandleProperties:
type: object
@@ -297,17 +300,6 @@ components:
value:
topic: my-topic-name
- moduleSetTagParamInQuery:
- name: moduleSetTag
- in: query
- description: Module set tag of the given cm handle.
- required: false
- schema:
- type: string
- examples:
- sample1:
- value: tag1
-
requiredRequestIdParamInQuery:
name: requestId
in: query