Update a task
Tasks
Update a task
Updates a task and keeps its card-checklist mirror entry in sync.
The update is attributed to a user who must belong to the company. With a
delegate token the user is taken from the token. With an API key (no
associated user), supply userId in the body — it must belong to the
company or the request is rejected.
PUT
Update a task
Authorizations
Path Parameters
Body
application/json
Acting user the update is attributed to. Required with API-key auth (must belong to the company); ignored with a delegate token, which supplies the user itself.
One of backlog|notStarted|inProgress|onHold|completed.
One of asap|high|medium|low.
Response
Task updated.