Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit df55200

Browse files
committed
STYLE: refs #0319. Document how to create a top level user folder via web api
1 parent d0fc8ff commit df55200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/api/controllers/components/ApiComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ function communityDelete($args)
655655
* @param description (Optional) The description of the folder
656656
* @param uuid (Optional) Uuid of the folder. If none is passed, will generate one.
657657
* @param privacy (Optional) Default 'Public'.
658-
* @param parentid The id of the parent folder
658+
* @param parentid The id of the parent folder. Set this to -1 to create a top level user folder.
659659
* @return The folder object that was created
660660
*/
661661
function folderCreate($args)

0 commit comments

Comments
 (0)