πUpdate Chat Feedback
Endpoint
POST https://app.wonderchat.io/api/v1/update-chat-feedbackRequest Parameters
Parameter
Type
Required
Description
Example Request
curl --location --request POST 'https://app.wonderchat.io/api/v1/update-chat-feedback' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "YOUR_API_KEY",
"chatlogId": "YOUR_CHATLOG_ID",
"feedback": "GOOD"
}'Feedback Values
Value
Description
Use Cases
Last updated
Was this helpful?