PUT
/v1/private/traces/feedback-scoresBatch feedback scoring for tracesBatch feedback scoring for traces
Request body
application/json
objectFeedbackScoreBatch
scoresarray of objectrequiredShow child attributes
Show array items
authorstringcategory_namestringidstring · uuidrequirednamestringrequiredproject_idstring · uuidproject_namestringIf null, the default project is used
reasonstringsourcestringrequiredsource_queue_idstring · uuidvaluenumberrequired{
"scores": [
{
"author": "string",
"category_name": "string",
"id": "00000000-0000-0000-0000-000000000000",
"name": "string",
"project_id": "00000000-0000-0000-0000-000000000000",
"project_name": "string",
"reason": "string",
"source": "online_scoring",
"source_queue_id": "00000000-0000-0000-0000-000000000000",
"value": 0
}
]
}