Feedback
Submit Event Feedback
Submit a correction for an event.
Accepts training corrections for extract, classify, and join events. For extract/join events, correction is a JSON object matching the function's output schema. For classify events, correction is a JSON string matching one of the function version's declared classifications.
Submitting feedback again for the same event overwrites the previous correction.
Unsupported function types (split, enrich) return 400.
post/v3/events/{eventID}/feedback
Path parameters
eventIDstring required
The unique identifier of the event being corrected.
Request body
Response
The request has succeeded.