Meilisearch JS
    Preparing search index...

    Type Alias WebhookCreatePayload

    type WebhookCreatePayload = {
        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