π¬Update Message Feedback
Endpoint
POST https://app.wonderchat.io/api/v1/update-message-feedbackRequest Parameters
Parameter
Type
Required
Description
Example Request
curl --location --request POST 'https://app.wonderchat.io/api/v1/update-message-feedback' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "YOUR_API_KEY",
"messageId": "YOUR_MESSAGE_ID",
"feedback": "HELPFUL",
"userComment": "This answer was very helpful!"
}'Example Response
Feedback Values
Value
Description
Response Fields
Field
Type
Description
Use Cases
Last updated
Was this helpful?