Use this file to discover all available pages before exploring further.
Silent hours rules tell the platform when to hold non-urgent alerts rather than immediately paging team members. This is useful for protecting engineers outside business hours without disabling notifications entirely. Each rule targets a specific team, specifies a time range and timezone, and can be scoped to selected days of the week.All requests require a Bearer token in the Authorization header.
POST https://your-api-domain.com/api/v1/silent-hours
This endpoint replaces all existing silent-hours rules for the business with the set provided in the request body. Any rules not included in the payload will be permanently deleted. To preserve existing rules, retrieve them first with GET /silent-hours, modify the array, and re-submit.
Submits a complete, authoritative list of silent-hours rules. The operation is atomic: the entire set is replaced in a single transaction.
PUT https://your-api-domain.com/api/v1/silent-hours/:idUpdates a single existing silent-hours rule by ID. Supply the full rule body; all fields are replaced.