API Reference

rename_folder

Description

Renames a folder with the given name. Please note that projects are now called folders hence the naming convention on the parameters.

Required

project_id,project_name

Example

{  
	"params":{  
		"whitelabel_id":"API_ID",
		"whitelabel_key":"API_KEY",
		"client_id":"CLIENT_ID",
		"client_key":"CLIENT_KEY",
		"token":"TOKEN",
		"project_id":"VALUE",
		"project_name":"VALUE",
	  
   },
   "action":"rename_folder"
}