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/components.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/components.yml')
-rwxr-xr-x | cps-rest/docs/api/swagger/components.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cps-rest/docs/api/swagger/components.yml b/cps-rest/docs/api/swagger/components.yml index 3694f36cd3..bb1f120022 100755 --- a/cps-rest/docs/api/swagger/components.yml +++ b/cps-rest/docs/api/swagger/components.yml @@ -75,6 +75,14 @@ components: schema: type: string default: / + cpsPathInQuery: + name: cps-path + in: query + description: cps-path + required: false + schema: + type: string + default: / includeDescendantsOptionInQuery: name: include-descendants in: query |