patch
https://{targetURL}/api/v1/tasks/
Updates a task. The required fields are 'assigneeID' and 'status'. If the assigneeID is 0 the assigneeID will be changed to the current user id. Also the task can only be assigned to an user in the same group as the current user.The valid statuses are: 'ASSIGNED', 'PROGRESS', 'COMPLETED'.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200The task was successfully updated
400Your query has malformed parameters
401You don't have permission to update tasks
404The task or assignee does not exist in the database