Feedback
Report whether one answer of a previous decision was correct. request_id is the X-Request-ID of a /v1/decide call made by the same project, and question_id names the answer being reviewed.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
X-Request-ID of a /v1/decide call made by the same project.
Key of the answer being reviewed (the question id from the request). Always required, also for single-question requests, so every feedback row names exactly one answer.
Whether the decision was right.
The option id that should have been chosen for that question (≤ 200 characters).
Optional JSON object (≤ 8 KiB serialized). Do not put personal data here.