webhooks_update
Update a webhook endpoint partially, only modifying provided fields. Provide the full event list when replacing subscriptions, and use HTTPS for the destination URL.
Instructions
Partially update an existing webhook endpoint. Only provided fields are changed. Providing events replaces the entire subscription list — send the complete desired set each time. URL must use HTTPS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | New HTTPS destination URL | |
| uuid | Yes | Webhook endpoint UUID to update | |
| events | No | Replacement list of event type names (replaces entire list, not additive). Use ["*"] for all events. | |
| isActive | No | Enable (true) or pause (false) deliveries for this webhook | |
| companyId | No | Company UUID (overrides STORNO_COMPANY_ID env var) | |
| description | No | Updated human-readable label for this webhook endpoint |