v1
OpenAPI 3.0.02026-08-04109109370.6 KBTasks
Update a task
Update a task by id. <br><br> op is the operation to be performed, and path specifies what resource to patch. <br><br> Use the path tasks/0/links/assignee to update the assigned user, using their ID.
patch/tasks/{id}
Path parameters
idstring required
Ids are of the form 'n-tasks', where n is an integer.
Request body
Example request
[
{
"op": "add",
"path": "/leads/0/links/accounts/337-accounts",
"value": "337-accounts"
}
]Response
No Content