Studies

Restore a dismissed finding

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

post/projects/{projectId}/studies/{studyId}/findings/{findingId}/undismiss

Response

The finding's new state.

idstring required
studyIdstring required
projectIdstring required
dismissedboolean 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.

Changes