summaryrefslogtreecommitdiffstats
path: root/cps-rest
diff options
context:
space:
mode:
authorLuke Gleeson <luke.gleeson@est.tech>2023-02-03 10:08:57 +0000
committerGerrit Code Review <gerrit@onap.org>2023-02-03 10:08:57 +0000
commitf965c8eefcf21ceaeff1be461bc51269e1d36715 (patch)
tree43b73d6429a8eb4c2bde2e07107f89b201d73bb1 /cps-rest
parenta0aa860665b94ce35ecd6253e69959b7cf08ddb7 (diff)
parent5d881c3c71ad157824684e8ed443764c690692f8 (diff)
Merge "Descendants description changed in openApi"
Diffstat (limited to 'cps-rest')
-rw-r--r--cps-rest/docs/openapi/components.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cps-rest/docs/openapi/components.yml b/cps-rest/docs/openapi/components.yml
index 60b4ca318..2a8ba3adb 100644
--- a/cps-rest/docs/openapi/components.yml
+++ b/cps-rest/docs/openapi/components.yml
@@ -243,7 +243,7 @@ components:
descendantsInQuery:
name: descendants
in: query
- description: descendents to query depth of children. allowed values are none, all, any number starting from -1
+ description: Number of descendants to query. Allowed values are 'none', 'all', -1 (for all), 0 (for none) and any positive number.
required: false
schema:
type: string