Complete a task
PATCH/v1/tasks/:taskId/complete
Complete a task with taskId
and optional variables
. Returns the task.
Request
Responses
- 200
- 400
- 403
- 404
On success returned.
An error is returned when the task is not active (not in the CREATED state).
An error is returned if the task was not claimed (assigned) before.
An error is returned if the task is not assigned to the current user.
User has no permission to access the task (Self-managed only).
An error is returned when the task with the taskId
is not found.