diff options
Diffstat (limited to 'openapi/components.yml')
-rw-r--r-- | openapi/components.yml | 11 |
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 |