---
title: "Update Incident"
method: PUT
path: "/incidents/{incident}"
tags: ["Incidents"]
---

# Update Incident

`PUT /incidents/{incident}`

## Path parameters

- `incident` integer, required

## Request body

- UpdateIncidentRequestData
  - `name` string
  - `message` string, nullable
  - `status` 0 | 1 | 2 | 3 | 4
  - `visible` boolean, nullable
  - `stickied` boolean, nullable
  - `notifications` boolean, nullable
  - `occurred_at` string, date-time, nullable

## Response `200`

`Incident`

## Other responses

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

## Changes

- **2026-07-10** `4e4308be5bcf` — 16 breaking, 2 info
  - the request property `status` became not nullable
  - removed the enum value `0` of the request property `status`
  - removed the enum value `1` of the request property `status`
  - removed the enum value `2` of the request property `status`
  - …14 more
- **2026-06-26** `b7fcc33d06e5` — 3 breaking, 6 info
  - removed `#/components/schemas/IncidentStatusEnum, subschema #2` from the `status` request property `anyOf` list
  - request property `status` was restricted to a list of enum values
  - the `status` request property type changed from no type to `string, null`
  - the request property `status` became nullable
  - …5 more
- **2026-01-07** `3fcf13eb3b22` — 1 breaking, 1 info
  - removed the required property `data/attributes/component_id` from the response with the `200` status
  - added the optional property `data/attributes/components_count` to the response with the `200` status
- **2025-12-02** `b912f4471de4` — 1 info
  - added the non-success response with the status `403`
- …earlier changes not shown

[Full history](https://skmtc.dev/cachethq/apis/cachet/changes/incidents/:incident/put.md)

---

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