Update an existing video detection record by its unique ID. This endpoint allows modifying detection data or reassigning the detection run to a different case. Commonly used when post-processing detections, adding new results, or associating an existing detection job with a case for organizational purposes. All updates are applied atomically.
The unique ID of the video detection run to update.
Fields to update on the specified video detection record. At least one property must be present.
An optional array of detection objects, representing new or updated detection data. Each detection entry may include bounding boxes, timestamps, labels, or confidence scores. If provided, this array replaces the existing detections for the specified run.
An optional Case ID to link this detection run to. Use null to clear any existing case association.
Detection record successfully updated.
Schema inferred from video_detections dataset.
{
"id": "d2f0cf30-b573-4797-97d4-aaab3ec2c5f1",
"tenant_id": "743db90f-7e76-49f7-8d4e-5f42a16efc06",
"file_id": "de13d372-a870-4eea-b975-9060d442f38c",
"case_id": null,
"doc_id": "de13d372-a870-4eea-b975-9060d442f38c",
"detections": "[]",
"created_at": "2025-09-07 13:48:43.927 -0500"
}