Skip to main content

FeedbackResponse

Response body for POST /feedback/decision (HTTP 200).

status is always 'recorded' — branch on HTTP status codes for errors. feedback_id is the DB-assigned UUID for the new record.

statusStatus (string)required
feedback_idFeedback Id (string)required
FeedbackResponse
{
"status": "string",
"feedback_id": "string"
}