UpdateWebhookRequest
Request to update an existing webhook.
- eventsType: array string[] | null
New list of event types to subscribe to.
- nameType: null | string
New name for the webhook.
- statusType: null | string
New status. Valid values: active, paused
- urlType: null | string
New HTTPS URL for webhook deliveries.