Updates an existing annotation.
The annotation note content
Datetime when the annotation applies (Unix timestamp)
Customer-defined sub-property identifier
The annotation ID
{
"note": "This is a note",
"date": 1745438400,
"sub_property_id": "123456"
}
{
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"note": "This is a note",
"date": "2025-04-23T20:00:00Z",
"sub_property_id": "123456"
},
"total_row_count": 1,
"timeframe": [
1745434800,
1745438400
]
}