UpdateWebhookRequest
Properties
| Field | Type | Description |
|---|---|---|
url | string (uri) | HTTPS destination URL. Replaces the previous URL when provided. |
events | array | Webhook event subscription. Replaces the previous list; max 10 events. |
description | string | null | Free-form webhook label (`null` to clear it). |
status | string | Changes the webhook state (`active` or `disabled`). |
Used in operations
PUT /v1/webhooks/{id}