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

# Update Incident Update

`PUT /incidents/{incident}/updates/{update}`

## Path parameters

- `incident` integer, required
- `update` integer, required

## Request body

- EditIncidentUpdateRequestData
  - `status` 0 | 1 | 2 | 3 | 4
  - `message` string, nullable

## Response `200`

`Update`

## 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)
