PATCH
/
v1
/
runs
/
{id}
/
score
curl --request PATCH \
  --url https://api.lunary.ai/v1/runs/{id}/score \
  --header 'Content-Type: application/json' \
  --data '{
  "label": "accuracy",
  "value": 0.95,
  "comment": "High accuracy score"
}'

Path Parameters

id
string
required

Body

application/json
label
string
value
number
comment
string

Response

200
_mintlify/placeholder

Score updated successfully