Update Notification
updateNotificationUpdate an existing notification channel by its ID, modifying name, type, configuration, default status, or applying it to existing monitors.
Instructions
Updates an existing notification channel. Use listNotifications to find the notification ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Human-readable name | |
| type | No | Notification type | |
| config | No | Type-specific configuration fields to update | |
| isDefault | No | Enable by default for new monitors | |
| applyExisting | No | Apply to all existing monitors now | |
| notificationID | Yes | The ID of the notification to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ok | Yes | ||
| msg | No |