PUT
https://uptime.betterstack.com/api/v2/on-calls/{calendar_id}/events
URL parameters
calendar_id
required
string
The ID of the on-call calendar you want to replace events for. Use default
to refer to the default on-call calendar 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 calendar. Past events won't be replaced. Use the same event structure as if you were creating a single event. See example below.