update_repo_webhook
Update an existing GitHub repository webhook by specifying its ID and modifying its URL, events, secret, or active status.
Instructions
Update an existing repository webhook
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organization) | |
| active | No | Whether the webhook is active | |
| config | No | ||
| events | No | Array of events that trigger the webhook | |
| hook_id | Yes | Webhook ID to update |