ls_update_webhook
Modify a webhook's URL, event subscriptions, or signing secret. Changing the secret rotates the key and invalidates existing signatures for enhanced security.
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 |
|---|---|---|---|
| webhookId | Yes | The webhook ID to update | |
| 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 |