diff options
author | niamhcore <niamh.core@est.tech> | 2021-02-19 13:14:40 +0000 |
---|---|---|
committer | Niamh Core <niamh.core@est.tech> | 2021-02-22 13:52:21 +0000 |
commit | 53f07ac2f4b3699b685b8d009c8949e81fa154a6 (patch) | |
tree | 51e465dbec0f8959e6f4397a487399c0978b0769 /cps-rest/docs/api/swagger/components.yml | |
parent | 47b0b18950bdce3456e491769ac2d4dac2c86298 (diff) |
Rest & Java API layer - Query Datanodes using cpsPath that contains contains a leaf name and a leaf value
Issue-ID: CPS-231
Signed-off-by: niamhcore <niamh.core@est.tech>
Change-Id: I3bf2a9946746ad06ddb4bc832206a36b78ff2175
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 |