Skip to main content
POST
Dismiss a finding

Authorizations

Authorization
string
header
required

MCPJam API key (sk_…). Create one at Settings → API keys. Guest sessions cannot use the API, and API keys cannot manage other API keys.

Path Parameters

projectId
string
required

ID of the hosted project that contains the server.

scenarioId
string
required

Scenario ID, as returned by publishing an environment or by the project's scenario reads.

findingId
string
required

Finding ID. Stable across waves — that stability is what makes a recurring finding one finding rather than a new one each time.

Response

The finding's new state.

id
string
required
scenarioId
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.