latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-18130256756.5 KB

a0bf72a85607

Signals

Submit signal feedback

Records a one-time verdict on whether a flagger-detected signal is a real problem, with an optional reason. Only signals a flagger detected accept feedback, and feedback cannot be changed once submitted.

post/v1/projects/{projectSlug}/signals/{signalSlug}/feedback

Path parameters

projectSlugstring required

Project slug (human-readable identifier)

Project slug (human-readable identifier)

signalSlugstring required

Signal slug.

Signal slug.

Request body

passedboolean required

true when the signal is a real problem worth flagging; false when it is a false positive.

feedbackstring

Reason for the verdict. Required when passed is false.

valuenumber

Normalized score for the signal's usefulness. Defaults to 1 when passed is true, else 0.

ignoreboolean

Also archive the signal so new occurrences stop being reported.

Response

Feedback recorded

valuenumber required

Normalized score for the signal's usefulness, in [0, 1].

passedboolean required

true when the signal is a real problem; false when it is a false positive.

feedbackstring required

Reason given for the verdict. Empty when none was provided.

ignoredboolean required

Whether the signal was archived as part of this call.