v1
latestOpenAPI 3.0.32026-07-24214879985.1 KBEvent Alert Rules
Updates the properties of a specific rule. Only the user defined fields can be updated by this method.
patch/eventAlertConditionRules/{id}
Path parameters
idstring required
Account ID. Use self as the Account ID to reference the account of the current session
Request body
Example request
{
"name": "Alert on Motion detection",
"notes": "Generate alerts on Motion Detection at night.",
"humanValidation": {
"enabled": true,
"service": "eenV1"
},
"eventFilter": {
"eventTypes": [
"een.lprPlateReadEvent.v1"
],
"resourceFilter": {
"actors": [
{
"id": "100b913c"
}
]
}
}
}Response
The rule is updated successfully.