---
title: "Add or Edit a Critical Incident Template"
method: PUT
path: "/CriticalIncident/Templates"
tags: ["Criticalincident"]
---

# Add or Edit a Critical Incident Template

`PUT /CriticalIncident/Templates`

**Requires permission:** *CriticalIncidentAdmins*

Creates the template when Id is 0, otherwise updates it.

## Request body

- AddEditTemplateRequest
  - `id` integer
  - `name` string
  - `body` string
  - `description` string

## Response `200`

Success - Template saved

## Other responses

- `204` — No Content
- `400` — An Error Occurred - Could not save template
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/28344aa564b4/schema)
