diff options
Diffstat (limited to 'cps-rest/docs/api')
-rw-r--r-- | cps-rest/docs/api/swagger/cpsQuery.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cps-rest/docs/api/swagger/cpsQuery.yml b/cps-rest/docs/api/swagger/cpsQuery.yml index 91a4bdbfa1..779c9a0948 100644 --- a/cps-rest/docs/api/swagger/cpsQuery.yml +++ b/cps-rest/docs/api/swagger/cpsQuery.yml @@ -9,6 +9,7 @@ nodesByDataspaceAndAnchorAndCpsPath: - $ref: 'components.yml#/components/parameters/dataspaceNameInPath' - $ref: 'components.yml#/components/parameters/anchorNameInPath' - $ref: 'components.yml#/components/parameters/cpsPathInQuery' + - $ref: 'components.yml#/components/parameters/includeDescendantsOptionInQuery' responses: '200': $ref: 'components.yml#/components/responses/Ok' |