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

Path Parameters

id
string
required

Body

application/json
score
number
flags
string[]
comment
string

Response

200

Feedback updated successfully