Record thumbs up/down on a signal to improve scoring over time.
signal_results.feedback to either positive (thumbs up) or negative (thumbs down) for a signal owned by the caller. Overwrites any prior value — submit again to change a rating.
Feedback is fed back into the signal pipeline asynchronously to improve future classification and scoring.
positive — the user marked a signal as valuable; indicates the signal type and source config are on-target.negative — the user indicated the signal is off-ICP; pair with dismissSignalFeed to both hide it from the UI and teach the classifier.{ "feedback": "positive" | "negative" }. Any other value returns a 400 with feedback must be 'positive' or 'negative'.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Signal result UUID.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Thumbs-up (positive) or thumbs-down (negative). Used to improve scoring over time.
positive, negative Feedback recorded.
true