update_webhook
Replace an existing webhook's URL, secret, and event subscriptions by providing all fields. Fetch current values with get_webhook, modify as needed, then update.
Instructions
Update an existing webhook's URL, secret, and event subscriptions. All fields are required — this replaces the entire webhook configuration. Use get_webhook first to get current values, then modify what you need.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Webhook callback URL | |
| owner | Yes | Project owner alias | |
| events | Yes | List of events to subscribe to | |
| secret | Yes | Webhook secret key | |
| project | Yes | Project alias | |
| webhook_id | Yes | Webhook UUID |