Error
Alerts
Replace an alert rule.
A whole-object replace, not a patch: any field you leave out reverts to its
default rather than keeping its current value — enabled to true,
severity to warning, channels to empty, which silently stops the rule
notifying anyone. Read the alert first and send the full object back.
Validation is identical to POST /alerts.
PUT
Error
Authorizations
A scoped AgentEye API key. Mint one in the dashboard under Settings → API keys, or with POST /v1/keys. Each endpoint names the permission it requires; a key without it gets 403 and a required_permission field naming what was missing.
Path Parameters
The alert's id.
Body
application/json
Response
Alert replaced; returns id and updated_at.

