diff options
Diffstat (limited to 'docs/api/swagger/openapi.yaml')
-rw-r--r-- | docs/api/swagger/openapi.yaml | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/docs/api/swagger/openapi.yaml b/docs/api/swagger/openapi.yaml index ceb61913..14c721a3 100644 --- a/docs/api/swagger/openapi.yaml +++ b/docs/api/swagger/openapi.yaml @@ -206,15 +206,6 @@ paths: required: false schema: type: string - - description: Module set tag of the given cm handle. - examples: - sample1: - value: tag1 - in: query - name: moduleSetTag - required: false - schema: - type: string requestBody: content: application/json: @@ -380,16 +371,6 @@ components: required: false schema: type: string - moduleSetTagParamInQuery: - description: Module set tag of the given cm handle. - examples: - sample1: - value: tag1 - in: query - name: moduleSetTag - required: false - schema: - type: string requiredTopicParamInQuery: description: mandatory topic name passed from client(NCMP). examples: @@ -567,6 +548,7 @@ components: dataType: my-data-type cmHandleProperties: key: "{\"prop1\":\"value1\",\"prop2\":\"value2\"}" + moduleSetTag: module-set-tag1 operation: read properties: operation: @@ -593,6 +575,9 @@ components: requestId: example: 3a9ce55c-e365-4dc9-8da3-a06f07cbc6d7 type: string + moduleSetTag: + example: module-set-tag1 + type: string type: object ResourceDataOperationRequests: items: |