From b0d930752fd6be436061226c7395038f6828438e Mon Sep 17 00:00:00 2001 From: niamhcore Date: Thu, 28 Oct 2021 13:39:24 +0100 Subject: Add get cm handles by modules names - service layer Issue-ID: CPS-644 Signed-off-by: niamhcore Change-Id: Ic2a57df02d533a0066382c12c35be8d524b6cdad --- cps-ncmp-rest/docs/openapi/components.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cps-ncmp-rest/docs') diff --git a/cps-ncmp-rest/docs/openapi/components.yaml b/cps-ncmp-rest/docs/openapi/components.yaml index 1f55ce199..7c9e1e837 100644 --- a/cps-ncmp-rest/docs/openapi/components.yaml +++ b/cps-ncmp-rest/docs/openapi/components.yaml @@ -83,13 +83,13 @@ components: type: string example: hasAllModules conditionParameters: - $ref: '#/components/schemas/ConditionParameters' - ConditionParameters: + $ref: '#/components/schemas/ModuleNamesAsJsonArray' + ModuleNamesAsJsonArray: type: array items: type: object - $ref: '#/components/schemas/ConditionParameter' - ConditionParameter: + $ref: '#/components/schemas/ModuleNameAsJsonObject' + ModuleNameAsJsonObject: properties: moduleName: type: string -- cgit 1.2.3-korg