Creates a folder for the given name and returns folderId with success message.
To create a folder, folderName is required and parentFolderId is optional.
Created
Bad Request
Unauthorized
Internal Server Error
{- "name": "SCA",
- "parentFolderId": "1"
}
Update folder details for the given folderId.
Update details of a folder.
OK
Bad Request
Unauthorized
Not Found
Internal Server Error
{- "name": "SCA",
- "parentFolderId": "1"
}