summaryrefslogtreecommitdiffstats
path: root/openapi/components.yml
diff options
context:
space:
mode:
authordavid.mcweeney <david.mcweeney@est.tech>2024-05-02 15:14:52 +0100
committerdavid.mcweeney <david.mcweeney@est.tech>2024-05-16 14:14:21 +0100
commit184b681a516c08abe9ef151090c5f208f5544e0e (patch)
tree8d4c5633f9c71bd119e0aa4eff390b0938dd9764 /openapi/components.yml
parenta89971d5da7bc11f45195fbd3f8e77cb4b02e833 (diff)
CPS-2187 - #5 Add module Set Tag to dmi (single cm handle) data request
Change-Id: Iae7e3bac67bb8e5bbb50e4157fdf7daf9fc2220f Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: CPS-2187
Diffstat (limited to 'openapi/components.yml')
-rw-r--r--openapi/components.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/openapi/components.yml b/openapi/components.yml
index b7f6058b..e011b16d 100644
--- a/openapi/components.yml
+++ b/openapi/components.yml
@@ -297,6 +297,17 @@ 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