alerts_by_id_update
PATCH /alerts/:alertID — Update an alert
Update one or more fields on an existing alert. Only provide the fields you want to change.
⚠️ WRITE operation: this mutates your DC account data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New alert name | |
| active | No | Whether the alert is active | |
| alertID | Yes | The alert ID to update | |
| description | No | New alert description | |
| notifyDaily | No | Whether daily digests are enabled | |
| notifyWeekly | No | Whether weekly digests are enabled |