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=putParameters
Table of allowed parameters.
title | string | Change the title of the task |
|---|---|---|
description | string | Change the task's description |
assignee_id | unsigned | A staff id representing the task's assignee. |
affiliation_id | unsigned | A affiliation id representing the task's contact |
date_due | unix ts | A unix timestamp for the time the task id due. |
date_started | unix ts |
|
remaining | unsigned | Time in seconds. The remaining time of the task. |
_fields | string | Allows 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.