v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBIncidents
Create postmortem template
Create a new postmortem template for incidents.
post/api/v2/incidents/config/postmortem-templates
Request body
Example request
{
"data": {
"attributes": {
"name": "Standard Postmortem Template"
},
"type": "postmortem_template"
}
}Response
Created
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"
}
}