cURL
curl --request PATCH \ --url https://app.larm.dev/api/v1/status-pages/{id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "slug": "<string>", "description": "<string>", "theme": "<string>", "primary_color": "<string>", "enabled": true, "subscribers_enabled": true } '
{ "data": { "id": "550e8400-e29b-41d4-a716-446655440000", "name": "Acme Status", "slug": "acme", "description": "Current status of Acme services", "theme": "dark", "primary_color": "#4F46E5", "enabled": true, "subscribers_enabled": true, "custom_domain": null, "domain_status": "none", "url": "https://acme.status.larm.dev", "created_at": "2025-03-01T12:00:00Z", "updated_at": "2025-03-01T14:30:00Z" } }
Updates an existing status page
status_pages:read_write
system
light
dark
#4F46E5