---
title: "Create a status report update"
method: POST
path: "/status_report/{id}/update"
tags: ["status_report"]
deprecated: true
---

# Create a status report update

`POST /status_report/{id}/update`

> **Deprecated.**

Preferably use [`/status-report-updates`](#tag/status_report_update/POST/status_report_update) instead.

## Path parameters

- `id` string, required — The id of the status report

## Request body

- object
  - `status` 'investigating' | 'identified' | 'monitoring' | 'resolved', required — The status of the update
  - `date` string, date, nullable — The date of the update in ISO8601 format
  - `message` string, required — The message of the update

## Response `200`

Status report updated

- StatusReport
  - `id` number, required — The id of the status report
  - `title` string, required — The title of the status report
  - `status` 'investigating' | 'identified' | 'monitoring' | 'resolved', required — The current status of the report
  - `statusReportUpdateIds` number[], nullable — The ids of the status report updates
  - `monitorIds` number[] — Ids of the monitors the status report.
  - `pageId` number, required — The id of the page this status report belongs to

## Other responses

- `400` — The server cannot or will not process the request due to something that is perceived to be a client error (e.g., malformed request syntax, invalid request message framing, or deceptive request routing).
- `401` — The client must authenticate itself to get the requested response.
- `402` — A higher pricing plan is required to access the resource.
- `403` — The client does not have the necessary permissions to access the resource.
- `404` — The server can't find the requested resource.
- `409` — The request could not be completed due to a conflict mainly due to unique constraints.
- `500` — The server has encountered a situation it doesn't know how to handle.

---

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