diff options
Diffstat (limited to 'openapi')
-rw-r--r-- | openapi/components.yml | 11 | ||||
-rw-r--r-- | openapi/openapi.yml | 1 |
2 files changed, 12 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 diff --git a/openapi/openapi.yml b/openapi/openapi.yml index 6dbc19f3..38f21c15 100644 --- a/openapi/openapi.yml +++ b/openapi/openapi.yml @@ -128,6 +128,7 @@ paths: - $ref: 'components.yml#/components/parameters/resourceIdentifierInQuery' - $ref: 'components.yml#/components/parameters/optionsParamInQuery' - $ref: 'components.yml#/components/parameters/topicParamInQuery' + - $ref: 'components.yml#/components/parameters/moduleSetTagParamInQuery' requestBody: description: Contains collection of cm handles with it's private properties and requestId content: |