---
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
  - `published_at` string, date-time, nullable
  - `meta` object, nullable

## Response `200`

`Incident`

## 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/versions/1cae90969eb9/schema)
