/
Update Task
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. 

Related content

Get Task
Get Task
More like this
List Tasks
List Tasks
More like this
PUT /issues/:id
PUT /issues/:id
More like this
Tasks
Tasks
More like this
PUT /companies/:id
PUT /companies/:id
More like this
Update Extension Value
Update Extension Value
More like this