Update a specific template event by id
curl --request PUT \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"status_page_id": "<string>",
"title": "<string>",
"body": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"update_status": "<string>",
"kind": "normal",
"should_notify_subscribers": true,
"enabled": true,
"position": 123
}'{
"data": {
"id": "c807a6eb-96e4-4c56-8b0d-523d392380b0",
"type": "status_page_templates",
"attributes": {
"status_page_id": "a506dfd9-15f3-4fb4-b4a5-1f9f9bc9ff6a",
"title": "Update template title",
"body": "Update template body",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-11-26T20:57:44.145-08:00",
"updated_at": "2025-11-26T20:57:45.243-08:00",
"kind": "normal"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Title of the template
Description of the event the template will populate
Date of creation
Date of last update
Status of the event the template will populate
The kind of the status page template
normal, scheduled Controls if incident subscribers should be notified
Enable / Disable the status page template
Position of the workflow task
incident_event updated
Show child attributes
Unique ID of the status page template
status_page_templates Show child attributes
Title of the template
Description of the event the template will populate
Date of creation
Date of last update
Status of the event the template will populate
The kind of the status page template
normal, scheduled Controls if incident subscribers should be notified
Enable / Disable the status page template
Position of the workflow task
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"status_page_id": "<string>",
"title": "<string>",
"body": "<string>",
"created_at": "<string>",
"updated_at": "<string>",
"update_status": "<string>",
"kind": "normal",
"should_notify_subscribers": true,
"enabled": true,
"position": 123
}'{
"data": {
"id": "c807a6eb-96e4-4c56-8b0d-523d392380b0",
"type": "status_page_templates",
"attributes": {
"status_page_id": "a506dfd9-15f3-4fb4-b4a5-1f9f9bc9ff6a",
"title": "Update template title",
"body": "Update template body",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-11-26T20:57:44.145-08:00",
"updated_at": "2025-11-26T20:57:45.243-08:00",
"kind": "normal"
}
}
}