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": "fc480d1a-f7e9-4752-abf8-a1b39e60287a",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "9750c354-54c0-4e12-a873-76207c7f5862",
"status_page_id": "caa2b304-5d6e-4a50-9b97-b8fbc4589c0c",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-11-21T14:32:09.947-08:00",
"created_at": "2025-11-21T14:32:09.947-08:00",
"updated_at": "2025-11-21T14:32:10.996-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": "fc480d1a-f7e9-4752-abf8-a1b39e60287a",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "9750c354-54c0-4e12-a873-76207c7f5862",
"status_page_id": "caa2b304-5d6e-4a50-9b97-b8fbc4589c0c",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-11-21T14:32:09.947-08:00",
"created_at": "2025-11-21T14:32:09.947-08:00",
"updated_at": "2025-11-21T14:32:10.996-08:00",
"event": "Event updated"
}
}
}