PUT
https://uptime.betterstack.com/api/v2/on-calls/{schedule_id}/events
URL parameters
schedule_id
required
string
The ID of the on-call schedule you want to replace events for. Use default
to refer to the default on-call schedule for the team.
Headers
Authorization
required
string
Bearer $TOKEN
Body parameters
events
required
array
List of events to create. These events will replace all existing future events within this schedule. Past events won't be replaced. Use the same event structure as if you were creating a single event. See example below.