Update Incidents example
Update Incidents
exampleExample HTTP request
Update several editable fields of two incidents.
Request method and path
PATCH /incidents
Request body
{ "incidentIds":[ 2147523337, 2147523336 ], "incidentNotes":[ { "dateTime":"2021-02-14T20:49:58.47", "note":"testNote" } ], "incidentCustomAttributes":[ { "columnIndex":5, "value":"[email protected]" }, { "columnIndex":2, "value":"v15 custom attribute value" } ], "requestId" : "testUpdate1", "severity":"MEDIUM", "preventOrProtectStatus":"PROTECT_FILE_QUARANTINED", "remediationLocation":"shareserver/quarantine", "dataOwnerName":"Admin", "dataOwnerEmail":"[email protected]", "incidentStatusId":21, "hidden":false, "hidingNotAllowed":true }
Example HTTP response
Response 200
{ "requestId":"testUpdate1", "updatedIncidentIds":[ 2147523337, 2147523336 ] }