Skip to main content
POST
Post Prediction Feedback

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

prediction_id
string
required

Body

application/json

Body for POST /predictions/{id}/feedback (M-??).

outcome
string
required
Pattern: ^(correct|incorrect)$
notes
string | null
Maximum string length: 1000

Response

Successful Response

The response is of type Response Post Prediction Feedback V1 Predictions Prediction Id Feedback Post · object.