The following macros are not currently supported in the header:
  • style

Update Task

Resource URL

Update a given task. 

PUT /tasks/:id
ANY /tasks/:id?_method=put

Parameters

Table of allowed parameters.

titlestringChange the title of the task
descriptionstringChange the task's description
assignee_idunsignedA staff id representing the task's assignee.
affiliation_idunsignedA affiliation id representing the task's contact
date_dueunix tsA unix timestamp for the time the task id due.
date_startedunix ts 
remainingunsignedTime in seconds. The remaining time of the task.
_fieldsstringAllows you to specify optional fields and linked objects to include in the response, if successful.

Handling the response

Please see the GET endpoint for handling the response.