summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLuke Gleeson <luke.gleeson@est.tech>2023-03-20 15:27:38 +0000
committerGerrit Code Review <gerrit@onap.org>2023-03-20 15:27:38 +0000
commit0b00f81b98e5fa9632b1145e49f62d0b2712f4e4 (patch)
treebf71e3d1acd8b62bc80757cd7f764eb9ba44fa8d /docs
parentec5d74d52b3f7b10a5002be5bb9a386927300cfd (diff)
parent2b4c48824947478f12c7b2e7b962aeb6b46ae4fc (diff)
Merge "CPS-1526 Fix response message for PATCH operation"
Diffstat (limited to 'docs')
-rw-r--r--docs/api/swagger/cps/openapi.yaml4
-rwxr-xr-xdocs/release-notes.rst5
2 files changed, 6 insertions, 3 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
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index 12e485aae..d52e72991 100755
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -39,7 +39,7 @@ Release Data
Bug Fixes
---------
3.2.6
- - None
+ - `CPS-1526 <https://jira.onap.org/browse/CPS-1526>`_ Fix response message for PATCH operation
Features
--------
@@ -229,6 +229,9 @@ Known Limitations, Issues and Workarounds
For upgrading, CPS uses Liquibase for database upgrades. CPS/NCMP currently only supports upgrading from Liquibase changelog 11 to Liquibase changelog 16.
This is from commit CPS-506: List all known modules and revision to CPS-1312: Default CMHandles to READY during upgrade or from ONAP release Honolulu to Kohn.
+CPS core Patch operation currently supports updating data of one top level data node. When performing Patch on multiple top level data nodes at once
+a 400 Bad Request is sent as response. This is part of commit CPS-1526.
+
.. ====================
.. * * * KOHN * * *
.. ====================