Detections
Update Override Note
Updates an existing override note.
put/connect/detection/{id}/override/{overrideIndex}/note
Path parameters
idstring required
The internal detection ID
overrideIndexnumber required
The 0-based index of the override within the detection
Request body
Example request
{
"note": "corrected note"
}Response
The override note was updated successfully