curl --request POST \
--url https://app.all-hands.dev/api/conversations/{conversation_id}/submit-feedback \
--header 'X-Session-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Submit user feedback.
This function stores the provided feedback data.
To submit feedback:
curl --request POST \
--url https://app.all-hands.dev/api/conversations/{conversation_id}/submit-feedback \
--header 'X-Session-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?