v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
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"
  }
}