Start Task
POST/api/tasks/starttask
Tier: Public — stable, supported for third-party integration.
Manually moves a task from ToDo to InProgress and stamps its start time.
Request
Responses
- 200
- 400
- 401
- 403
The updated task. See Tasks.TaskDetailDto.
NotFound — unknown task id; or InvalidOperation/"Task already started" if the task is not in ToDo.
Caller is not authenticated.
Caller does not have Update permission on the Task module.