ls_update_webhook
Update an existing webhook's URL, subscribed events, or signing secret. Rotating the secret breaks signature verification until receivers update their copy, so handle with care.
Instructions
Update an existing webhook's URL, events, or secret. Setting secret rotates the signing secret and breaks signature verification on the receiver until they update their copy -- this is treated as destructive (rate-limited and audited).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New URL to send webhook events to (must be a valid http/https URL) | |
| events | No | Updated list of event types to subscribe to | |
| secret | No | New signing secret | |
| webhookId | Yes | The webhook ID to update |