Runs
Update run feedback
Getting Started
Audit Logs
Datasets
- GETList datasets
- POSTCreate a new dataset
- GETGet dataset by ID or slug
- DELDelete a dataset
- PATCHUpdate a dataset
- POSTCreate a new prompt
- GETGet prompt by ID
- DELDelete a prompt
- PATCHUpdate a prompt
- GETGet prompt variation by ID
- DELDelete a prompt variation
- PATCHUpdate a prompt variation
- POSTCreate a new prompt variation
Runs
Templates
Runs
Update run feedback
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
Response
200
Feedback updated successfully
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!"
}'