| Name | Type | Description | Notes |
|---|---|---|---|
| subscribedEvents | List<WebhookEventType> | The new event types you want to subscribe to for this webhook endpoint. You can call Get webhook event types to retrieve all available event types. | [optional] |
| status | StatusEnum | The new status you want to set the webhook endpoint to. If you set `status` to `STATUS_INACTIVE`, the endpoint will be revoked, meaning it will no longer receive any webhook events. | [optional] |
| description | String | The webhook endpoint description. | [optional] |
| Name | Value |
|---|---|
| STATUS_INACTIVE | "STATUS_INACTIVE" |