curl --request PUT \ --url https://api_url/alerts/{alert_id}
Alerts API
Update alert
Update the details ofan existing alert.
PUT
https://API_URL
/
alerts
/
{alert_id}
Update alert
Copy
curl --request PUT \ --url https://api_url/alerts/{alert_id}
This feature is coming soon. Available on the Pro plan.
Use the Update Alert API to modify an existing alert. This allows you to change alert details, update its status, or add context as a workflow progresses.Common applications include:
Status changes: Mark alerts as resolved, acknowledged, or escalated.
Workflow progression: Update alerts as records move through different states.
Additional context: Update description or add notes after investigation or review.
Ownership changes: Reassign alerts to different teams or operators.
Follow-up actions: Update alerts when remediation steps are taken.