Update a webhook
update_webhookModify a webhook's endpoint, description, or subscribed events. Replace the event types list to control which events trigger notifications.
Instructions
Change a webhook endpoint, its description, or which events it receives. eventTypes replaces the existing list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | ||
| webhookId | Yes | ||
| eventTypes | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The webhookId other tools take | |
| endpoint | No | ||
| createdAt | No | ||
| eventTypes | No | ||
| description | No |