diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2023-03-22 09:49:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-03-22 09:49:47 +0000 |
commit | 3371266a2cc5e23e8189f0dbc3f64bac31d4d441 (patch) | |
tree | 288e29261e761533f576ceb4ebc863d95076cf94 /cps-rest/docs/openapi/openapi.yml | |
parent | cb237058c5863253473671602806129dd6046ab5 (diff) | |
parent | a317890387fdbc689f8dcd8648b5bfe3b43abd1e (diff) |
Merge "Query data nodes across all anchors under one dataspace"
Diffstat (limited to 'cps-rest/docs/openapi/openapi.yml')
-rw-r--r-- | cps-rest/docs/openapi/openapi.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cps-rest/docs/openapi/openapi.yml b/cps-rest/docs/openapi/openapi.yml index 0ac825a6dc..d5ba97aeb3 100644 --- a/cps-rest/docs/openapi/openapi.yml +++ b/cps-rest/docs/openapi/openapi.yml @@ -110,5 +110,8 @@ paths: /v2/dataspaces/{dataspace-name}/anchors/{anchor-name}/nodes/query: $ref: 'cpsQueryV2.yml#/nodesByDataspaceAndAnchorAndCpsPath' + /v2/dataspaces/{dataspace-name}/nodes/query: + $ref: 'cpsQueryV2.yml#/nodesByDataspaceAndCpsPath' + security: - basicAuth: [] |