Start Task Schedule
POST/api/taskschedules/starttaskschedule
Tier: Public — stable, supported for third-party integration.
Manually moves a task schedule from Pending to InProgress and stamps its start time.
Request
Responses
- 200
- 400
- 401
- 403
The updated schedule. See Tasks.TaskScheduleDetailDto.
Unknown id — NotFound; or InvalidOperation if the schedule is not Pending (already started).
Caller is not authenticated.
Caller does not have Update permission on the Task module.