---
title: "Restore a dismissed finding"
method: POST
path: "/projects/{projectId}/studies/{studyId}/findings/{findingId}/undismiss"
tags: ["Studies"]
---

# Restore a dismissed finding

`POST /projects/{projectId}/studies/{studyId}/findings/{findingId}/undismiss`

Undoes a dismissal. Bodyless: the path names the finding.

## Response `200`

The finding's new state.

- StudyFindingDismissed
  - `id` string, required
  - `studyId` string, required
  - `projectId` string, required
  - `dismissed` boolean, required — True from `/dismiss`, false from `/undismiss`. Dismissal is keyed on the finding's stable remediation id, so the same problem stays dismissed across regenerations.

## Other responses

- `401` — Missing, invalid, revoked, or orphaned key (`UNAUTHORIZED`) — or the **target MCP server** needs an OAuth grant (`OAUTH_REQUIRED`), which is a property of the server, not your key.
- `403` — Key is valid but not allowed to do this.
- `404` — Unknown project, server, or resource.
- `429` — Per-key rate limit exceeded (60 requests/minute sustained, bursts up to 10). Honor `Retry-After` and back off with jitter.
- `500` — Something failed on MCPJam's side.

## Changes

- **2026-09-22** `561e4fd0dfa2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mcpjam/apis/mcpjam-api/changes/projects/:projectId/studies/:studyId/findings/:findingId/undismiss/post.md)

---

[API](https://skmtc.dev/mcpjam/apis/mcpjam-api.md) · [All operations](https://skmtc.dev/mcpjam/apis/mcpjam-api/llms.txt) · [OpenAPI document](https://skmtc.dev/mcpjam/apis/mcpjam-api/revisions/6b684cc8c847?raw)
