Delete DataNode (xpath) for a given Anchor 45/125545/1
authorDylanB95EST <dylan.byrne@est.tech>
Tue, 2 Nov 2021 17:25:18 +0000 (17:25 +0000)
committerDylanB95EST <dylan.byrne@est.tech>
Tue, 2 Nov 2021 17:25:23 +0000 (17:25 +0000)
commit30a59dda3869603b9f628c45364e63a3763d3925
tree43943286fd3a32b2bd7ad32280bf3a61cbd5f24d
parent6fda688fa63ea7ccd450002fb94a18b07095bea9
Delete DataNode (xpath) for a given Anchor

Delete Datanode within CPS. Deprecates delete functionality of
/v1/dataspaces/{dataspace-name}/anchors/{anchor-name}/list-nodes.
New api is backwards compatible with this API

Issue-ID: CPS-313
Change-Id: I110c4ab1446e8a1399a0d9bf89c0be614a9104df
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
cps-rest/docs/openapi/cpsData.yml
cps-rest/src/main/java/org/onap/cps/rest/controller/DataRestController.java
cps-rest/src/test/groovy/org/onap/cps/rest/controller/DataRestControllerSpec.groovy
cps-service/src/main/java/org/onap/cps/api/CpsDataService.java
cps-service/src/main/java/org/onap/cps/api/impl/CpsDataServiceImpl.java
cps-service/src/test/groovy/org/onap/cps/api/impl/CpsDataServiceImplSpec.groovy