Update Webhook
update_webhookUpdate an existing webhook configuration by modifying only the provided fields. Enable or disable webhooks, change events, or update the endpoint URL.
Instructions
Update an existing webhook configuration using PATCH semantics. Only provided fields change. Example: id='abc123', active=false to disable a webhook. / Actualiza la configuracion de un webhook. Solo se modifican los campos proporcionados.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook ID / ID del webhook | |
| url | No | Endpoint URL / URL | |
| events | No | Events / Eventos | |
| active | No | Active / Activo | |
| secret | No | Signing secret / Secreto |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| url | Yes | ||
| events | Yes | ||
| active | No | ||
| secret | No | ||
| createdAt | No | ||
| updatedAt | No |