---
title: "Add incident update"
method: POST
path: "/v3/incidents/{uuid}/updates"
tags: ["Incidents"]
---

# Add incident update

`POST /v3/incidents/{uuid}/updates`

Post a timeline update to an incident.

## Path parameters

- `uuid` string, required

## Request body

- IncidentUpdate
  - `date` string, date-time
  - `text` LocalizedText — Localized text object with language keys
    - `en` string
    - `fr` string
    - `de` string
    - `ru` string
    - `nl` string
    - `pl` string
    - `se` string
  - `type` 'investigating' | 'identified' | 'update' | 'monitoring' | 'resolved'

## Response `200`

Update added

---

[API](https://skmtc.dev/hyperping/apis/hyperping-api.md) · [All operations](https://skmtc.dev/hyperping/apis/hyperping-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hyperping/hyperping-api/revisions/953c52272fa8/schema)
