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
|**`primaryKey`**|`null`|[Primary key](/learn/getting_started/primary_key#primary-field) of the index |
258
258
|**`csvDelimiter`**|`","`| Configure the character separating CSV fields. Must be a string containing [one ASCII character](https://www.rfc-editor.org/rfc/rfc20). |
259
-
|**`customMetadata`**|`null`| An arbitrary string accessible in the [generated task object](/reference/api/tasks#custommetadata)|
259
+
|**`customMetadata`**|`null`| An arbitrary string accessible via the [generated task object](/reference/api/tasks#custommetadata)|
260
260
261
261
<Warning>
262
262
Configuring `csvDelimiter` and sending data with a content type other than CSV will cause Meilisearch to throw an error.
@@ -379,7 +379,7 @@ This endpoint accepts the following content types:
|**`primaryKey`**|`null`|[Primary key](/learn/getting_started/primary_key#primary-field) of the documents |
381
381
|**`csvDelimiter`**|`","`| Configure the character separating CSV fields. Must be a string containing [one ASCII character](https://www.rfc-editor.org/rfc/rfc20). |
382
-
|**`customMetadata`**|`null`| An arbitrary string accessible in the [generated task object](/reference/api/tasks#custommetadata)|
382
+
|**`customMetadata`**|`null`| An arbitrary string accessible via the [generated task object](/reference/api/tasks#custommetadata)|
383
383
384
384
<Warning>
385
385
Configuring `csvDelimiter` and sending data with a content type other than CSV will cause Meilisearch to throw an error.
@@ -453,7 +453,7 @@ curl \
453
453
|**`function`**|`null`| A string containing a RHAI function |
454
454
|**`filter`**|`null`| A string containing a filter expression |
455
455
|**`context`**|`null`| An object with data Meilisearch should make available for the editing function |
456
-
|**`customMetadata`**|`null`| An arbitrary string accessible in the [generated task object](/reference/api/tasks#custommetadata)|
456
+
|**`customMetadata`**|`null`| An arbitrary string accessible via the [generated task object](/reference/api/tasks#custommetadata)|
457
457
458
458
#### `function`
459
459
@@ -494,7 +494,7 @@ Delete all documents in the specified index.
**Description**: If the task was replicated from another remote or to other remotes, `network` will contain information about the remote task uids corresponding to this task. Otherwise, missing in task object.
0 commit comments