Create folder
Create Folder
Create a folder for the user.
POST
Body
application/json
The unique identity of the user creating a folder.
Example:
"user1"
The name or title of the folder to be created.
Example:
"firstFolder"
Response
200
application/json
OK
Indicates that the folder has been successfully created.
Example:
"Folder \"folderName\" created"