Update Alert Config
PATCH
https://api.podengine.ai/api/v1/alerts/alert-config/:alertConfigId Update an existing alert configuration (name, settings, email frequency, or enabled state).
Request
Path parameters
ID of the alert configuration.
Request body
updatesobjectrequired4 fields
Fields to update; omitted fields retain their current values.
alertNamestring
New display name for the alert.
emailSettingsobject1 field
Replacement email notification schedule.
alertSettingsintersection
Replacement matching settings for this alert.
enabledboolean
Enable or disable this alert.