End Task Schedule
POST/api/taskschedules/endtaskschedule
Tier: Public — stable, supported for third-party integration.
Manually completes a task schedule from InProgress, regardless of its child tasks' states, stamping end time.
Request
Responses
- 200
- 400
- 401
- 403
The updated schedule. See Tasks.TaskScheduleDetailDto.
Unknown id — NotFound; or InvalidOperation if the schedule is not InProgress.
Caller is not authenticated.
Caller does not have Update permission on the Task module.