aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api
diff options
context:
space:
mode:
authorarpitsingh <as00745003@techmahindra.com>2023-03-03 21:38:57 +0530
committer--global <as00745003@techmahindra.com>2023-03-20 16:36:40 +0530
commit2b4c48824947478f12c7b2e7b962aeb6b46ae4fc (patch)
tree5fc1b577b416b9d7afab4ac9a750b96b16003409 /docs/api
parentf0fdc500ec1bfd3b8a477e9cc862dd014828669d (diff)
CPS-1526 Fix response message for PATCH operation
- Fixed the Response code and message when trying to update multiple data trees at once - Response code changed to 400 - Since the patch operation across multiple data trees is not supported when xpath is set to root node xpath, appropriate message is returned in response - Existing functionality of updating one data node with root node xpath remains as it is. - Updated API documentation and release notes Issue-ID: CPS-1526 Signed-off-by: arpitsingh <as00745003@techmahindra.com> Change-Id: I5d25a06bb5d407316ccfb2f85877cbe56a9f6f31
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/swagger/cps/openapi.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/swagger/cps/openapi.yaml b/docs/api/swagger/cps/openapi.yaml
index edbf878d3..57b996206 100644
--- a/docs/api/swagger/cps/openapi.yaml
+++ b/docs/api/swagger/cps/openapi.yaml
@@ -1720,8 +1720,8 @@ paths:
tags:
- cps-data
summary: Update node leaves
- description: Update a data node leaves for a given dataspace and anchor and
- a parent node xpath
+ description: Update a data node leaves for a given dataspace and anchor and a parent node xpath. This
+ operation is currently supported for one top level data node only.
operationId: updateNodeLeaves
parameters:
- name: apiVersion