From d8af6808847b8fbd044077e7c4688ca869b70169 Mon Sep 17 00:00:00 2001 From: ToineSiebelink Date: Wed, 20 Nov 2024 08:21:23 +0000 Subject: Revert "Update error response for ncmp endpoints" This reverts commit 7e6fee9321e4f13cc4a0d81f83fc3693309cb5d7. Reason for revert: This patch is causing blocking issues at ESH see CPS-2509 Issue-ID: CPS-2509 Change-Id: Ie1bd26ccca4abcac09faf35e2b97491dab32b14d Signed-off-by: ToineSiebelink --- docs/api/swagger/ncmp/openapi-inventory.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/api/swagger/ncmp/openapi-inventory.yaml') diff --git a/docs/api/swagger/ncmp/openapi-inventory.yaml b/docs/api/swagger/ncmp/openapi-inventory.yaml index ab83ed2ae6..d358719a4b 100644 --- a/docs/api/swagger/ncmp/openapi-inventory.yaml +++ b/docs/api/swagger/ncmp/openapi-inventory.yaml @@ -97,7 +97,7 @@ paths: example: my-dmi-plugin type: string - description: Boolean parameter to determine if returned value(s) will be cm - handle ids or alternate ids for a given query + handle Ids or alternate Ids for a given query in: query name: outputAlternateId required: false @@ -145,7 +145,7 @@ paths: operationId: searchCmHandleIds parameters: - description: Boolean parameter to determine if returned value(s) will be cm - handle ids or alternate ids for a given query + handle Ids or alternate Ids for a given query in: query name: outputAlternateId required: false @@ -202,7 +202,7 @@ components: type: string outputAlternateIdOptionInQuery: description: Boolean parameter to determine if returned value(s) will be cm - handle ids or alternate ids for a given query + handle Ids or alternate Ids for a given query in: query name: outputAlternateId required: false -- cgit