---
title: "Update a status page (logo upload optional)"
method: PUT
path: "/status-page/{id}"
tags: ["status-page"]
---

# Update a status page (logo upload optional)

`PUT /status-page/{id}`

## Response `200`

OK

- object
  - `success` true, required
  - `msg` string, required
  - `data` unknown

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

## Changes

- **2026-06-12** `0907336eccc0` — 1 info
  - added the new optional request property `customCSS`
- **2026-06-10** `dbd00f8a361c` — 1 warning, 1 info
  - removed the request property `customCSS`
  - added the new optional request property `customDomain`
- **2026-06-10** `bba411c361d5` — 1 warning
  - the `customCSS` request property's maxLength was set to `100000`
- **2026-06-10** `2fd7f268e337` — 1 info
  - added the new optional request property `customCSS`
- **2026-06-09** `ca827e5b975f` — 1 warning
  - removed the request property `customDomain`

[Full history](https://skmtc.dev/bluewave-labs/apis/checkmate-api/changes/status-page/:id/put.md)

---

[API](https://skmtc.dev/bluewave-labs/apis/checkmate-api.md) · [All operations](https://skmtc.dev/bluewave-labs/apis/checkmate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bluewave-labs/checkmate-api/revisions/0907336eccc0/schema)
