---
title: "Update Incident Template"
method: PUT
path: "/incident-templates/{incidentTemplate}"
tags: ["Incident Templates"]
---

# Update Incident Template

`PUT /incident-templates/{incidentTemplate}`

## Path parameters

- `incidentTemplate` integer, required

## Request body

- UpdateIncidentTemplateRequestData
  - `name` string, nullable
  - `template` string, nullable
  - `engine` 'blade' | 'twig'

## Response `200`

`IncidentTemplate`

## Other responses

- `401` — Unauthenticated
- `403` — Authorization error
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.net/cachethq/apis/cachet.md) · [All operations](https://skmtc.net/cachethq/apis/cachet/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cachethq/cachet/revisions/1cae90969eb9/schema)
