Skip to content

Meilisearch JS / index / Webhook

Type Alias: Webhook

Webhook = object

Defined in: src/types/webhooks.ts:1

Properties

headers?

optional headers?: Record<string, string>

Defined in: src/types/webhooks.ts:7

An object with HTTP headers and their values


isEditable

isEditable: boolean

Defined in: src/types/webhooks.ts:12

true for all webhooks created via the API and false for reserved webhooks


url

url: string

Defined in: src/types/webhooks.ts:5

The URL Meilisearch should notify whenever it completes a task


uuid

uuid: string

Defined in: src/types/webhooks.ts:3

A v4 uuid Meilisearch automatically generates when you create a new webhook