Post Prediction Feedback
predictions
Post Prediction Feedback
M-?? Record binary feedback on a prediction outcome.
Body: {outcome: 'correct'|'incorrect', notes?: str}
Stores feedback on the prediction:
pred['feedback'] = {outcome, notes, recorded_at, recorded_by}
Returns the full updated prediction.
POST
Post Prediction Feedback
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
Successful Response
The response is of type Response Post Prediction Feedback V1 Predictions Prediction Id Feedback Post · object.