edit_bbox_annotation
Update a bounding box annotation's geometry or category while preserving its type. Provide dataset and annotation IDs to modify.
Instructions
Edit a bbox annotation without changing its type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | Optional replacement normalized xyxy geometry. | |
| dataset_id | Yes | Active owning dataset identifier. | |
| category_id | No | Optional replacement active category. | |
| annotation_id | Yes | Axis-aligned annotation identifier. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| data | Yes | Describe one stored annotation through the stable public interface. |