Submit feedback and corrections for a prior API query
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The surface being reviewed. Values: recommendations (/v1/recommendations rows by com_* id; requires recommendations:read), channel_sponsors (sponsor entities on a channel; requires recommendations:read), mentions (/v1/mentions rows by men_* id), entities_search (/v1/entities/search hits), entities (/v1/entities/lookup and /v1/entities/{id} payloads), channels (/v1/channels/{slug} payloads), monitor_alert (fired alert rows from /v1/monitors/{id}/alerts or /v1/trackers/{id}/alerts; corrections target the alert row id), appearances (person appearance rows), search (rows from /v1/search or /v1/entities/search).
recommendations, channel_sponsors, mentions, entities_search, entities, channels, monitor_alert, appearances, search 1Body
The surface being reviewed. Values: recommendations (/v1/recommendations rows by com_* id; requires recommendations:read), channel_sponsors (sponsor entities on a channel; requires recommendations:read), mentions (/v1/mentions rows by men_* id), entities_search (/v1/entities/search hits), entities (/v1/entities/lookup and /v1/entities/{id} payloads), channels (/v1/channels/{slug} payloads), monitor_alert (fired alert rows from /v1/monitors/{id}/alerts or /v1/trackers/{id}/alerts; corrections target the alert row id), appearances (person appearance rows), search (rows from /v1/search or /v1/entities/search).
recommendations, channel_sponsors, mentions, entities_search, entities, channels, monitor_alert, appearances, search The query object that produced the result you are reviewing, echoed back verbatim so reviewers can replay it. For monitor_alert feedback, carry monitor_id and/or tracker_id and/or alert_id.
500GET, POST, PATCH, PUT, DELETE 200200020004000100Response
Success
Id of the persisted feedback record. Read it back via GET /v1/feedback/{feedback_id}.
The feedback type you submitted. Values: recommendations, channel_sponsors, mentions, entities_search, entities, channels, monitor_alert, appearances, search.
The query object the feedback is attached to, echoed back.
Count of corrections applied automatically. CURRENTLY always 0: public submissions are logged for review, never auto-applied.
Count of corrections whose target already had the requested value. Currently always 0 for public submissions.
Count of corrections that could not be processed. Currently always 0 for public submissions.
Count of corrections recorded for human review.
Per-correction outcomes, in submission order.