From 7edbeb6d5853206cc1d3b4cadd7ba50e96f4f04d Mon Sep 17 00:00:00 2001 From: Renu Kumari Date: Mon, 30 Aug 2021 07:45:52 -0400 Subject: 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 Change-Id: Ic99828f1463e9a724244c05166e477581756f602 --- cps-rest/src/main/resources/static/openapi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cps-rest/src/main/resources/static/openapi.yml') diff --git a/cps-rest/src/main/resources/static/openapi.yml b/cps-rest/src/main/resources/static/openapi.yml index 8fa640cf9b..922cabb01e 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: -- cgit 1.2.3-korg