Update a webhook
render_update_webhookUpdate an existing webhook on Render by providing its ID and optional changes to URL, name, enabled status, or event filter. Uses the Render Public API to apply the modifications.
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. |