summaryrefslogtreecommitdiffstats
path: root/cps-rest/src/main
diff options
context:
space:
mode:
authorRenu Kumari <renu.kumari@bell.ca>2021-08-30 07:45:52 -0400
committerRenu Kumari <renu.kumari@bell.ca>2021-08-30 09:00:07 -0400
commit7edbeb6d5853206cc1d3b4cadd7ba50e96f4f04d (patch)
tree3a721f6f092a4c2516e37526250774e35932e0d3 /cps-rest/src/main
parentc584bf2729bb6eb9229aad9dbacc65beaa5dbc2f (diff)
Change the list-node rest interface
- Changed the list-node interface to be consistent with datanode api Issue-ID: CPS-598 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: Ic99828f1463e9a724244c05166e477581756f602
Diffstat (limited to 'cps-rest/src/main')
-rw-r--r--cps-rest/src/main/resources/static/cpsData.yml2
-rw-r--r--cps-rest/src/main/resources/static/openapi.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/cps-rest/src/main/resources/static/cpsData.yml b/cps-rest/src/main/resources/static/cpsData.yml
index 75d954473..77673cb0f 100644
--- a/cps-rest/src/main/resources/static/cpsData.yml
+++ b/cps-rest/src/main/resources/static/cpsData.yml
@@ -72,7 +72,7 @@ listNodeByDataspaceAndAnchor:
'403':
$ref: 'components.yml#/components/responses/Forbidden'
- patch:
+ put:
description: Replace list-node child elements under existing node for a given anchor and dataspace
tags:
- cps-data
diff --git a/cps-rest/src/main/resources/static/openapi.yml b/cps-rest/src/main/resources/static/openapi.yml
index 8fa640cf9..922cabb01 100644
--- a/cps-rest/src/main/resources/static/openapi.yml
+++ b/cps-rest/src/main/resources/static/openapi.yml
@@ -67,7 +67,7 @@ paths:
/v1/dataspaces/{dataspace-name}/anchors/{anchor-name}/nodes:
$ref: 'cpsData.yml#/nodesByDataspaceAndAnchor'
- /v1/dataspaces/{dataspace-name}/anchors/{anchor-name}/list-node:
+ /v1/dataspaces/{dataspace-name}/anchors/{anchor-name}/list-nodes:
$ref: 'cpsData.yml#/listNodeByDataspaceAndAnchor'
/v1/dataspaces/{dataspace-name}/nodes: