Update Notification
updateNotificationUpdate an existing notification channel's settings, type, or default status by providing its notification ID. Use listNotifications to find the ID.
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 |