diff options
author | david.mcweeney <david.mcweeney@est.tech> | 2024-05-28 10:45:02 +0100 |
---|---|---|
committer | david.mcweeney <david.mcweeney@est.tech> | 2024-05-28 14:46:06 +0100 |
commit | efe96fa26c01a66c673be68d5ecc70f836963505 (patch) | |
tree | b10420c74db6a15d6a0b6844f25b85264244b93f /docs | |
parent | 190c30c687cb5506fed6e27bfa623fa2747386bb (diff) |
CPS-2187 - Move Module Set Tag into request body for data access passthrough
Change-Id: If633e1d2cd3e9986917f3537286896198a6a3897
Signed-off-by: david.mcweeney <david.mcweeney@est.tech>
Issue-ID: CPS-2187
Diffstat (limited to 'docs')
-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: |