Meilisearch JS
    Preparing search index...

    Type Alias WebhookUpdatePayload

    type WebhookUpdatePayload = {
        headers?: Record<string, string>;
        url?: string;
    }
    Index

    Properties

    Properties

    headers?: Record<string, string>

    An object with HTTP headers and their values

    url?: string

    The URL Meilisearch should notify whenever it completes a task