Status Pages
Assign Services
Replace all service assignments for a status page
PUT
Path Parameters
The status page ID
Body Parameters
Array of service IDs to assign. The order of IDs determines display order on the page. This replaces all existing assignments.
This is a replace operation. Pass the complete list of services you want on the page. Any previously assigned services not in the array will be removed.
A single status page can have a maximum of 200 services assigned. The
service_ids array must not contain duplicate entries.Response
Returns a success confirmation.Common Errors
| Status | Message | Description |
|---|---|---|
| 400 | Cannot assign more than 200 services to a single status page | Service limit exceeded |
| 404 | Status page not found | The ID does not match a page in your organization |