summaryrefslogtreecommitdiffstats
path: root/openapi
diff options
context:
space:
mode:
authordavid.mcweeney <david.mcweeney@est.tech>2024-05-28 10:45:02 +0100
committerdavid.mcweeney <david.mcweeney@est.tech>2024-05-28 14:46:06 +0100
commitefe96fa26c01a66c673be68d5ecc70f836963505 (patch)
treeb10420c74db6a15d6a0b6844f25b85264244b93f /openapi
parent190c30c687cb5506fed6e27bfa623fa2747386bb (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 'openapi')
-rw-r--r--openapi/components.yml14
-rw-r--r--openapi/openapi.yml1
2 files changed, 3 insertions, 12 deletions
diff --git a/openapi/components.yml b/openapi/components.yml
index 3142654d..4a6d1729 100644
--- a/openapi/components.yml
+++ b/openapi/components.yml
@@ -180,6 +180,9 @@ components:
requestId:
type: string
example: 3a9ce55c-e365-4dc9-8da3-a06f07cbc6d7
+ moduleSetTag:
+ type: string
+ example: module-set-tag1
cmHandleProperties:
type: object
@@ -297,17 +300,6 @@ 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 38f21c15..6dbc19f3 100644
--- a/openapi/openapi.yml
+++ b/openapi/openapi.yml
@@ -128,7 +128,6 @@ 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: