From 50e000f1ca05535b1e9c61a21e06b09ecdd64bbe Mon Sep 17 00:00:00 2001 From: emaclee Date: Tue, 18 Apr 2023 14:49:24 +0100 Subject: Correct documentation for GET node API - Add new section on documentation to describe XPath - Correct doc description on GET node API Issue-ID: CPS-1607 Signed-off-by: emaclee Change-Id: I23e4ccd1185a2d93fbb0b9e02e9daab949c0f952 --- cps-rest/docs/openapi/components.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cps-rest') diff --git a/cps-rest/docs/openapi/components.yml b/cps-rest/docs/openapi/components.yml index da43743ed..a7c13002b 100644 --- a/cps-rest/docs/openapi/components.yml +++ b/cps-rest/docs/openapi/components.yml @@ -191,7 +191,7 @@ components: xpathInQuery: name: xpath in: query - description: For more details on xpath, please refer https://docs.onap.org/projects/onap-cps/en/latest/cps-path.html + description: For more details on xpath, please refer https://docs.onap.org/projects/onap-cps/en/latest/xpath.html required: false schema: type: string @@ -204,7 +204,7 @@ components: requiredXpathInQuery: name: xpath in: query - description: For more details on xpath, please refer https://docs.onap.org/projects/onap-cps/en/latest/cps-path.html + description: For more details on xpath, please refer https://docs.onap.org/projects/onap-cps/en/latest/xpath.html required: true schema: type: string -- cgit 1.2.3-korg