/tasks/{task_gid}Update a task
Updates an existing task with the fields supplied in the request. Use the data block to change only the properties you intend to modify, because omitted fields remain unchanged and sending stale values can overwrite another user's changes. The response contains the complete updated task record.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
The task fields to update, provided in the data object. Only supplied fields are changed.
A 400 is returned when a parameter is missing or malformed. A 401 is returned when you do not provide a valid authentication token, and a 403 is returned when the authenticated user lacks access to the task or requested properties. A 404 indicates that the task does not exist or that the request path is not a known action; a 500 indicates a server-side failure. The request also requires the tasks:write scope.