Update existing response feedback
Updates or modifies existing feedback for a specific agent response. Useful for allowing users to revise their initial submissions.
Documentation Index
Fetch the complete documentation index at: https://docs.mka1.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Gateway auth: send Authorization: Bearer <mka1-api-key>. For multi-user server-side integrations, you can also send X-On-Behalf-Of: <external-user-id>.
Headers
Optional external end-user identifier forwarded by the API gateway.
Path Parameters
Request ID of the feedback to update
Body
Fields to update in the feedback. All fields are optional; only provided fields will be updated. Pass null to clear a field.
Update the feedback rating. Pass null to clear the rating. Can be 'thumbs_up' or 'thumbs_down'.
thumbs_up, thumbs_down Update the feedback description. Pass null to clear the description. Provide text to update with new feedback comments (max 2000 characters).
2000Response
OK
Response containing the updated feedback entry with new updatedAt timestamp.
The request ID that this feedback is associated with
The feedback rating indicating user satisfaction
thumbs_up, thumbs_down Optional detailed feedback description providing additional context or explanation (max 2000 characters)
2000Timestamp when the feedback was created
Timestamp when the feedback was last updated