Incidents
Update postmortem template
Update an existing postmortem template.
patch/api/v2/incidents/config/postmortem-templates/{template_id}
Path parameters
template_idstring required
Example:template-456
The ID of the postmortem template
Request body
Example request
{
"data": {
"attributes": {
"name": "Standard Postmortem Template"
},
"type": "postmortem_template"
}
}Response
OK
Example response
{
"data": {
"attributes": {
"createdAt": "2026-01-13T17:15:53.208340Z",
"modifiedAt": "2026-01-13T17:15:53.208340Z",
"name": "Standard Postmortem Template"
},
"id": "template-456",
"type": "postmortem_template"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.