Printago API
PUT
/v1/ai-detection/alerts/{eventId}/feedback
Submit or change feedback on an AI failure alert
Path Parameters
eventId
required
string
Alert (printer event) id
Request Body
Whether the alert was a real failure, with optional detail
AiDetectionFeedbackRequest
commentoptional
string
verdictrequired
any
Example Request
application/json
{}
Response Schema
AiDetectionFeedbackResponse
feedbackrequired
object
commentrequired
string
createdAtrequired
string
idrequired
string
pattern: ^[a-z0-9]{24}$
printerEventIdrequired
string
pattern: ^[a-z0-9]{24}$
sourcerequired
any
updatedAtrequired
string
userIdrequired
string
verdictrequired
any
inviteTriggeredrequired
boolean
True on the call that crossed the program invite threshold.
storeFeedbackCountrequired
number
Feedback items this store has submitted in total (user source).
Example Response
200 OK — application/json
{
"feedback": {
"id": "string",
"printerEventId": "string",
"createdAt": "string",
"updatedAt": "string"
},
"storeFeedbackCount": 1,
"inviteTriggered": true
}