Changing the name of the folder
Description
Sets the folder's name.
Request code
OC_SETFOLDERNAME
Request errors
Request code | Code meaning | Explanation |
---|---|---|
QE_FOLDER_NOT_FOUND | Folder not found | Folder is not found |
Request body
"Action":<OC_SETFOLDERNAME>, "Data":{ "Token":<MyToken>, "Folder ID":<MyFolderID>, "Name":<MyFolderName> }
Response body
"Status":"Success"