Changes to Update a task. A full replacement: omitted fields are cleared. `complete` true completes the task and stamps `completedUtc` and `completedBy`; false re-opens it and clears both. `sequence` is the public reorder — a value of 1 or more moves the task to that step, alongside any task already there; omitted or below 1 leaves it where it is. `relatedRecord` is ignored: a task stays on the record it was created on.

PUT /api/tasks/{id}

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 1 of the 23 revisions of this API.1

  1. e584a13d530a1

What changed