PUT - Edit project under Tasks
Purpose
This API is used to edit the details of an existing project under group tasks.
Request URL
https://mail.zoho.com/api/tasks/groups/<GroupID>/projects/<projectId>
Request Parameters
Parameter | Data Type | Description |
GroupID* | Long | The unique identifier used for groups in the organization |
projectId* | Long | The unique identifier assigned to each project created for a group task |
* - Mandatory parameters
Request Body (JSON Object)
Parameter | Data Type | Description |
projectName* | String | The new name that you want to give this project |
* - Mandatory parameters
Response Codes
Please refer Response Codes.
Sample Request
Sample URL:
https://mail.zoho.com/api/tasks/groups/53658048/projects/17461000000054003?
Sample Request Body:
{
"projectName" : "Announcements"
}