v1

latestOpenAPI 3.1.0Elastic 2.02026-07-179371211.2 KB
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

notestring

The note content to replace on an existing override.

Example request

{
  "note": "corrected note"
}

Response

The override note was updated successfully