PATCH
/v1/private/datasets/items/{itemId}Partially update dataset item by idPartially update dataset item by id. Only provided fields will be updated.
Parameters
itemIdstring · uuidpathrequiredRequest body
application/json
objectDatasetItem_Write
dataobjectrequireddescriptionstringevaluatorsarray of objectShow child attributes
Show array items
configobjectrequirednamestringrequiredtypestringrequiredexecution_policyobjectShow child attributes
pass_thresholdinteger · int32runs_per_iteminteger · int32idstring · uuidStable item identifier. On write, used as the upsert key. If omitted, a new ID is generated. Remains the same across dataset versions
sourcestringrequiredspan_idstring · uuidtagsarray of stringShow child attributes
trace_idstring · uuid{
"data": {},
"description": "string",
"evaluators": [
{
"config": {},
"name": "string",
"type": "code_metric"
}
],
"execution_policy": {
"pass_threshold": 0,
"runs_per_item": 0
},
"id": "00000000-0000-0000-0000-000000000000",
"source": "manual",
"span_id": "00000000-0000-0000-0000-000000000000",
"tags": [
"string"
],
"trace_id": "00000000-0000-0000-0000-000000000000"
}