PUThttp://localhost:5173/api/v1/private/traces/feedback-scores
Body Parameters
View in API Reference
Request
$curl -X PUT http://localhost:5173/api/v1/private/traces/feedback-scores \
> -H "Content-Type: application/json" \
> -d '{
> "scores": [
> {
> "id": "id",
> "name": "name",
> "value": 1.1,
> "source": "ui"
> }
> ]
>}'
Response