PUT
/v1/private/traces/threads/feedback-scoresBatch feedback scoring for threadsBatch feedback scoring for threads
Request body
application/json
objectFeedbackScoreBatchThread
scoresarray of objectrequiredShow child attributes
Show array items
authorstringcategory_namestringnamestringrequiredproject_idstring · uuidproject_namestringIf null, the default project is used
reasonstringsourcestringrequiredsource_queue_idstring · uuidthread_idstringrequiredvaluenumberrequired{
"scores": [
{
"author": "string",
"category_name": "string",
"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",
"thread_id": "string",
"value": 0
}
]
}