update_org_webhook
Update an existing GitHub org webhook: change URL, secret, events, active status, and payload format. Provide org and hook_id to modify configuration.
Instructions
Update an existing organization webhook
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Organization name | |
| 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 |