Update a webhook
render_update_webhookUpdate an existing Render webhook by its ID. Modify URL, name, enabled status, or event filter to adjust webhook behavior.
Instructions
Update a webhook. Update the webhook with the provided ID. Calls PATCH /webhooks/{webhookId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| name | No | ||
| enabled | No | ||
| webhookId | Yes | Unique identifier for the webhook | |
| eventFilter | No | The event types that will trigger the webhook. An empty list means all event types will trigger the webhook. |