summaryrefslogtreecommitdiffstats
path: root/cps-rest/docs/api/swagger/openapi.yml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-02-22 15:27:15 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-22 15:27:15 +0000
commit7df5c7c329326937729b87e92988b32b82821cf0 (patch)
treea2420f056f33eca480bed67e7affd4fa258fb8f1 /cps-rest/docs/api/swagger/openapi.yml
parentfb4e13210c86ae05dad95c935a85042d35ea9fd5 (diff)
parent53f07ac2f4b3699b685b8d009c8949e81fa154a6 (diff)
Merge "Rest & Java API layer - Query Datanodes using cpsPath that contains contains a leaf name and a leaf value"
Diffstat (limited to 'cps-rest/docs/api/swagger/openapi.yml')
-rwxr-xr-xcps-rest/docs/api/swagger/openapi.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/cps-rest/docs/api/swagger/openapi.yml b/cps-rest/docs/api/swagger/openapi.yml
index 2ead202398..38fbebe67b 100755
--- a/cps-rest/docs/api/swagger/openapi.yml
+++ b/cps-rest/docs/api/swagger/openapi.yml
@@ -50,3 +50,6 @@ paths:
/v1/dataspaces/{dataspace-name}/nodes:
$ref: 'cpsData.yml#/nodesByDataspace'
+
+ /v1/dataspaces/{dataspace-name}/anchors/{anchor-name}/nodes/query:
+ $ref: 'cpsQuery.yml#/nodesByDataspaceAndAnchorAndCpsPath' \ No newline at end of file