Modify an existing webhook configuration
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | UUID of the webhook |
| Parameter | Type | Description |
|---|---|---|
url | string | New destination URL |
secret | string | New HMAC signing secret |
description | string | New description |
is_enabled | boolean | Enable or disable the webhook |
| Code | Description |
|---|---|
NOT_FOUND | Webhook not found or doesn’t belong to your organization |
INVALID_FIELD_VALUE | Invalid URL format |