---
title: "Changes to Manually resolve an incident (admin/superadmin)"
method: PUT
path: "/incidents/{incidentId}/resolve"
---

# Changes to Manually resolve an incident (admin/superadmin)

`PUT /incidents/{incidentId}/resolve`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 40 revisions.

- **2026-05-01** `39082d385dda` — 1 breaking, 8 warning, 6 info
- **2026-01-19** `09670a0c51bd` — 1 warning
- **2026-01-19** `32614017d73a` — 1 info
- **2025-04-20** `b97ec6888b3c` — 1 breaking

## Changes

- **2026-05-01** `39082d385dda` — 1 breaking, 8 warning, 6 info
  - removed the request body
  - removed the optional property `data` from the response with the `200` status
  - removed the optional property `details` from the response with the `401` status
  - removed the optional property `details` from the response with the `403` status
  - removed the optional property `details` from the response with the `500` status
  - added the new `false` enum value to the `success` response property for the response status `401`
  - added the new `false` enum value to the `success` response property for the response status `403`
  - added the new `false` enum value to the `success` response property for the response status `500`
  - added the new `true` enum value to the `success` response property for the response status `200`
  - removed the non-success response with the status `404`
  - added the optional property `data` to the response with the `401` status
  - added the optional property `data` to the response with the `403` status
  - added the optional property `data` to the response with the `500` status
  - the response property `msg` became required for the status `200`
  - the response property `success` became required for the status `200`
- **2026-01-19** `09670a0c51bd` — 1 warning
  - added the new `undefined` enum value to the `data/resolutionType` response property for the response status `200`
- **2026-01-19** `32614017d73a` — 1 info
  - endpoint added
- **2025-04-20** `b97ec6888b3c` — 1 breaking
  - api path removed without deprecation

---

[Operation](https://skmtc.dev/bluewave-labs/apis/checkmate-api/docs/incidents/:incidentId/resolve/put.md) · [API](https://skmtc.dev/bluewave-labs/apis/checkmate-api.md) · [Page](https://skmtc.dev/bluewave-labs/apis/checkmate-api/changes/incidents/:incidentId/resolve/put)
