diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2021-02-22 15:27:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-02-22 15:27:15 +0000 |
commit | 7df5c7c329326937729b87e92988b32b82821cf0 (patch) | |
tree | a2420f056f33eca480bed67e7affd4fa258fb8f1 /cps-rest/docs/api/swagger/openapi.yml | |
parent | fb4e13210c86ae05dad95c935a85042d35ea9fd5 (diff) | |
parent | 53f07ac2f4b3699b685b8d009c8949e81fa154a6 (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-x | cps-rest/docs/api/swagger/openapi.yml | 3 |
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 |