UpdateWebhookRequest

Request to update an existing webhook.

  • events
    Type: array string[] | null

    New list of event types to subscribe to.

  • name
    Type: null | string

    New name for the webhook.

  • status
    Type: null | string

    New status. Valid values: active, paused

  • url
    Type: null | string

    New HTTPS URL for webhook deliveries.