diff options
author | Luke Gleeson <luke.gleeson@est.tech> | 2023-04-20 15:42:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-04-20 15:42:58 +0000 |
commit | 13237bbca932741b8ff3061bc79a9c45d38d80d5 (patch) | |
tree | 2b35ca8f6967e7844687615b65fa909e12e61462 /cps-rest/docs/openapi | |
parent | 7d4ece815749402a2d75a7e69f8dd7915e655b22 (diff) | |
parent | 50e000f1ca05535b1e9c61a21e06b09ecdd64bbe (diff) |
Merge "Correct documentation for GET node API"
Diffstat (limited to 'cps-rest/docs/openapi')
-rw-r--r-- | cps-rest/docs/openapi/components.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cps-rest/docs/openapi/components.yml b/cps-rest/docs/openapi/components.yml index da43743edc..a7c13002bd 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 |