Update Monitor
POST/api/EntityEventSchedules/UpdateMonitor
Tier: Public — stable, supported for third-party integration.
Updates a schedule monitor and re-registers its Hangfire recurring job.
UpdateEventScheduleMonitorDto.EventScheduleId is updatable here — it moves
the monitor to a different schedule.
Request
Responses
- 200
- 400
The updated monitor. See Monitor.EventScheduleMonitorDetailDto.
No monitor with that id exists in the caller's organisation (NotFound), or the target schedule already has a different monitor (DuplicateResource, message "Event Schedule").