Creates a folder for the given name and returns folderId with success message.
To create a folder, folderName is required and parentFolderId is optional.
name
parentFolderId
Created
Bad Request
Unauthorized
Internal Server Error
{"name": "SCA","parentFolderId": 1}
Get existing folder by folderId
OK
Not Found
Update folder details for the given folderId.
Update details of a folder.
Deleting a folder will delete all subfolders, contained projects will be associated wih the parent folder(Projects(0)).
ID of the folder
Return folders based on the name provided
Search happens based on the name given
Index of the page to start with
Number of records to fetch