Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
incident_status_page_event updated
Update a specific incident status page event by id
curl --request PUT \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "incident_status_page_events",
"attributes": {
"event": "<string>",
"status_page_id": "<string>",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false
}
}
}'{
"data": {
"id": "382929cf-76c1-4ed5-98f0-da2a7ee5da2f",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "c50eb6ad-5fc9-4219-aac2-a33966a7de14",
"status_page_id": "1577f22b-bb88-405c-8fcc-7b0303aee6da",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-11-06T13:26:36.610-08:00",
"created_at": "2025-11-06T13:26:36.610-08:00",
"updated_at": "2025-11-06T13:26:38.839-08:00",
"event": "Event updated"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
incident_status_page_event updated
Show child attributes
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "incident_status_page_events",
"attributes": {
"event": "<string>",
"status_page_id": "<string>",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false
}
}
}'{
"data": {
"id": "382929cf-76c1-4ed5-98f0-da2a7ee5da2f",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "c50eb6ad-5fc9-4219-aac2-a33966a7de14",
"status_page_id": "1577f22b-bb88-405c-8fcc-7b0303aee6da",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-11-06T13:26:36.610-08:00",
"created_at": "2025-11-06T13:26:36.610-08:00",
"updated_at": "2025-11-06T13:26:38.839-08:00",
"event": "Event updated"
}
}
}