v1

latestOpenAPI 3.0.42026-08-06124112344.5 KB
Alerts

Updates an alert (snooze or resolve).

put/alerts/{id}

Path parameters

idstring required

Alert ID (encrypted)

Request body

snoozed_untilstring date-time nullable

Set to snooze the alert until a specific date/time

resolved_onstring date-time nullable

Set to resolve the alert

Response

OK

idstring nullable

The alert id (encrypted)

created_onstring date-time

The date and time the alert was created

updated_onstring date-time nullable

The date and time the alert was last updated

snoozed_untilstring date-time nullable

The date and time until which the alert is snoozed

resolved_onstring date-time nullable

The date and time the alert was resolved

is_activeboolean

Indicates if the alert is currently active (not resolved and not snoozed)