From 184b681a516c08abe9ef151090c5f208f5544e0e Mon Sep 17 00:00:00 2001 From: "david.mcweeney" Date: Thu, 2 May 2024 15:14:52 +0100 Subject: CPS-2187 - #5 Add module Set Tag to dmi (single cm handle) data request Change-Id: Iae7e3bac67bb8e5bbb50e4157fdf7daf9fc2220f Signed-off-by: david.mcweeney Issue-ID: CPS-2187 --- docs/api/swagger/openapi.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'docs') diff --git a/docs/api/swagger/openapi.yaml b/docs/api/swagger/openapi.yaml index f3516b5d..5782a9c8 100644 --- a/docs/api/swagger/openapi.yaml +++ b/docs/api/swagger/openapi.yaml @@ -209,6 +209,15 @@ paths: required: false schema: type: string + - name: moduleSetTag + description: Module set tag of the given cm handle. + in: query + examples: + sample1: + value: module-set-tag1 + required: false + schema: + type: string requestBody: content: application/json: @@ -379,6 +388,16 @@ components: required: false schema: type: string + moduleSetTagParamInQuery: + name: moduleSetTag + in: query + description: Module set tag of the given cm handle. + required: false + schema: + type: string + examples: + sample1: + value: module-set-tag1 requiredTopicParamInQuery: allowReserved: true description: mandatory topic name passed from client(NCMP). -- cgit 1.2.3-korg