summaryrefslogtreecommitdiffstats
path: root/cps-rest/docs/api/swagger/components.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/components.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/components.yml')
-rwxr-xr-xcps-rest/docs/api/swagger/components.yml8
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