Export

UpdateWebhookRequest

interface UpdateWebhookRequest {
    event_filters?: WebhookEventFilter[];
    event_type_filter?: WebhookEventTypeFilter;
    notification_uri?: string;
    status?: WebhookStatus;
}

Properties

event_filters?: WebhookEventFilter[]

Webhook will monitor all events that matches any one of the event filters.

Memberof

UpdateWebhookRequest

event_type_filter?: WebhookEventTypeFilter

Memberof

UpdateWebhookRequest

notification_uri?: string

The Webhook uri that updates to

Memberof

UpdateWebhookRequest

status?: WebhookStatus

Memberof

UpdateWebhookRequest