You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: reference/api/settings.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2643,7 +2643,7 @@ This field is incompatible with `huggingFace` and `userProvided` embedders.
2643
2643
2644
2644
##### `apiKey`
2645
2645
2646
-
Authentication token Meilisearch should send with each request to the embedder.
2646
+
Authentication token Meilisearch should send with each request to the embedder. Meilisearch redacts this value when returning embedder settings. Do not use the redacted API key when updating settings.
2647
2647
2648
2648
This field is mandatory if using a protected `rest` embedder.
Copy file name to clipboardExpand all lines: reference/api/webhooks.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ Use the `/webhooks` to trigger automatic workflows when Meilisearch finishes pro
28
28
-`uuid`: a v4 uuid Meilisearch automatically generates when you create a new webhook
29
29
-`url`: a string indication the URL Meilisearch should notify whenever it completes a task, required
30
30
-`headers`: an object with HTTP headers and their values, optional, often used for authentication
31
+
-`Authorization` headers: the value of authorization headers is redacted in `webhook` responses. Do not use authorization header values as returned by Meilisearch to update a webhook
31
32
-`isEditable`: read-only Boolean field indicating whether you can edit the webhook. Meilisearch automatically sets this to `true` for all webhooks created via the API and to `false` for reserved webhooks
32
33
33
34
## The webhook payload
@@ -122,6 +123,8 @@ You can create up to 20 webhooks. Having multiple webhooks active at the same ti
122
123
123
124
Update the configuration for the specified webhook. To remove a field, set its value to `null`.
124
125
126
+
When updating the `headers` field, Meilisearch only changes the headers you have explicitly submitted. All other headers remain unaltered.
127
+
125
128
<Note>
126
129
It is not possible to edit webhooks whose `isEditable` field is set to `false`.
0 commit comments