Annotations
Update annotation
Update existing attributes on an annotation.
patch/api/annotations/{id}/
Path parameters
idinteger required
Request body
Example request
{
"ground_truth": true,
"result": [
{
"from_name": "bboxes",
"image_rotation": 0,
"original_height": 1080,
"original_width": 1920,
"to_name": "image",
"type": "rectanglelabels",
"value": {
"height": 60,
"rotation": 0,
"values": {
"rectanglelabels": [
"Person"
]
},
"width": 50,
"x": 20,
"y": 30
}
}
],
"was_cancelled": false
}Response
Updated annotation