Update an existing alert configuration (name, settings, email frequency, or enabled state).
This endpoint requires an API token. You can learn more about how to get an API token from the authentication page.
| Property | Type | Description |
|---|---|---|
alertConfigId | string |
| Property | Type | Description |
|---|---|---|
updates | object | |
└alertNameoptional | string | |
└emailSettingsoptional | object | |
└frequency | enum ⓘAllowed values hourlydailyweekly | |
└alertSettingsoptional | intersection | |
└enabledoptional | boolean |
| Property | Type | Description |
|---|---|---|
status | literal: OK | |
data | object | |
└updatedAlertConfig | object | |
└id | string | |
└createdByUserId | string | |
└teamId | string | |
└createdAt | date | |
└updatedAt | date | |
└alertName | string | |
└alertType | enum ⓘAllowed values personcompanycustom-keyword | |
└enabled | boolean | |
└alertSettings | intersection | |
└emailSettings | object | |
└frequency | enum ⓘAllowed values hourlydailyweekly | |
└lastRunDatenullable | date |