Skip to content

Commit cbc7275

Browse files
authored
Improve getTreeChilds SOAP documentation for clarity (#11318)
1 parent b7281d3 commit cbc7275

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

components/ILIAS/soap/classes/class.ilNusoapUserAdministrationAdapter.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,10 @@ private function registerMethods(): void
429429
SERVICE_NAMESPACE . '#getTreeChilds',
430430
SERVICE_STYLE,
431431
SERVICE_USE,
432-
'ILIAS getTreeChilds(): Get all child objects of a given object.' .
433-
'Choose array of types to filter the output. Choose empty type array to receive all object types'
432+
'ILIAS getTreeChilds(): Get all child objects of a given object. ' .
433+
'Choose array of types to filter the output. Choose empty type array to receive all object types. ' .
434+
'Results are filtered based on the read permissions of the given user_id. In case of an invalid user id, an empty result is returned without error. ' .
435+
'Retrieve your user id first via the getUserIdBySid method and then pass it along with the parameter.'
434436
);
435437

436438
$this->server->register(

0 commit comments

Comments
 (0)