summaryrefslogtreecommitdiffstats
path: root/docs/api
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 /docs/api
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 'docs/api')
-rw-r--r--docs/api/swagger/openapi.yaml19
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).