Feedback Tracking
curl --request PATCH \
--url https://api.lunary.ai/v1/runs/{id}/feedback \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"thumb": "up",
"comment": "This response was very helpful!"
}
'Runs
Feedback Tracking
PATCH
/
v1
/
runs
/
{id}
/
feedback
Feedback Tracking
curl --request PATCH \
--url https://api.lunary.ai/v1/runs/{id}/feedback \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"thumb": "up",
"comment": "This response was very helpful!"
}
'