@seamapi/http - v2.1.0
    Preparing search index...

    Type Alias WebhooksUpdateParameters

    type WebhooksUpdateParameters = {
        event_types: string[];
        webhook_id: string;
    }
    Index
    event_types: string[]

    Types of events that you want the webhook to receive.

    webhook_id: string

    ID of the webhook that you want to update.