Support retrieving of non-direct child projects via REST
To retrieve a non-direct child project the parameter 'recursive' must be specified: GET /projects/myParent/children/myGrandChild?recursive Without the 'recursive' flag being set only direct child projects can be retrieved. Change-Id: Ia702665efcd5a7ca59bfd9d9a0cc6eccc9ed1d9c Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
c6b69e739a
commit
8a3fb5b120
@@ -598,7 +598,8 @@ Get Child Project
|
||||
[verse]
|
||||
'GET /projects/link:#project-name[\{project-name\}]/children/link:#project-name[\{project-name\}]'
|
||||
|
||||
Retrieves a child project.
|
||||
Retrieves a child project. If a non-direct child project should be
|
||||
retrieved the parameter `recursive` must be set.
|
||||
|
||||
.Request
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user