diff options
author | Luke Gleeson <luke.gleeson@est.tech> | 2023-03-20 15:27:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-03-20 15:27:38 +0000 |
commit | 0b00f81b98e5fa9632b1145e49f62d0b2712f4e4 (patch) | |
tree | bf71e3d1acd8b62bc80757cd7f764eb9ba44fa8d /docs/api | |
parent | ec5d74d52b3f7b10a5002be5bb9a386927300cfd (diff) | |
parent | 2b4c48824947478f12c7b2e7b962aeb6b46ae4fc (diff) |
Merge "CPS-1526 Fix response message for PATCH operation"
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/swagger/cps/openapi.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/swagger/cps/openapi.yaml b/docs/api/swagger/cps/openapi.yaml index edbf878d3d..57b996206d 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 |