ls_update_webhook
Modify an existing webhook's endpoint URL, subscribed events, or signing secret. Setting a new secret rotates the signing key, breaking verification until the receiver updates.
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 |