update_webhook
Update an existing GitHub webhook by modifying its URL, events, secret, and active status. Specify the repository owner, name, and hook ID to apply changes.
Instructions
Actualiza un webhook existente
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Nueva URL del webhook | |
| repo | Yes | Nombre del repositorio | |
| owner | Yes | Propietario del repositorio | |
| active | No | Si el webhook está activo | |
| events | No | Nuevos eventos a suscribir | |
| secret | No | Nuevo secreto para firmar los payloads | |
| hook_id | Yes | ID del webhook | |
| content_type | No | Tipo de contenido | |
| insecure_ssl | No | Permitir certificados SSL no verificados |