X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fapi%2Fswagger%2Fcps%2Fopenapi.yaml;h=edbf878d3d14b2879e8e763248371b5d720bf484;hb=0b5950d5ae02f527fa9e595de3f7bea8d567c26e;hp=53bc840ec767584283f66d983dbd6f9dea70c6ec;hpb=f965c8eefcf21ceaeff1be461bc51269e1d36715;p=cps.git diff --git a/docs/api/swagger/cps/openapi.yaml b/docs/api/swagger/cps/openapi.yaml index 53bc840ec..edbf878d3 100644 --- a/docs/api/swagger/cps/openapi.yaml +++ b/docs/api/swagger/cps/openapi.yaml @@ -1320,11 +1320,12 @@ paths: value: "/shops/bookstore/categories[@code=1]" - name: descendants in: query - description: "Number of descendants to query. Allowed values are 'none', 'all', -1 (for all), 0 (for none) and any positive number." + 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 - example: 3 + example: "3" default: none responses: "200": @@ -2255,8 +2256,8 @@ paths: value: "//categories[@code=1]" - 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