summaryrefslogtreecommitdiffstats
path: root/openapi/components.yml
diff options
context:
space:
mode:
authordavid.mcweeney <david.mcweeney@est.tech>2024-04-30 10:24:41 +0100
committerdavid.mcweeney <david.mcweeney@est.tech>2024-05-15 13:55:01 +0100
commitee0c3beb8b67baf7509c8bb6c0fda050dfb6d526 (patch)
tree45640f5f997befb8caf6c0c327b981eb234ee7e9 /openapi/components.yml
parent676227bc67596dfc01cdc82beec3022bc830fec4 (diff)
CPS-2181 - #2 Included Module Set Tag as incoming param for Yang Module Resources - DMI
Change-Id: I799159798d9c6018a1495c61924111610bbe2978 Signed-off-by: david.mcweeney <david.mcweeney@est.tech> Issue-ID: CPS-2181
Diffstat (limited to 'openapi/components.yml')
-rw-r--r--openapi/components.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/openapi/components.yml b/openapi/components.yml
index 00d71564..b7f6058b 100644
--- a/openapi/components.yml
+++ b/openapi/components.yml
@@ -101,6 +101,11 @@ components:
ModuleResourcesReadRequest:
type: object
properties:
+ moduleSetTag:
+ type: string
+ description: Module set tag of the given cm handle
+ example: Module-set-tag-1
+ required: false
data:
type: object
properties: