Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit fe690fb

Browse files
committed
Precise that indexUid can be null
1 parent dcbf65d commit fe690fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0060-tasks-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The motivation is to stabilize the current `update` resource to a version that c
5858
| field | type | description |
5959
|---------|---------|---------------------------------|
6060
| uid | integer | Unique sequential identifier |
61-
| indexUid | string | Unique index identifier. This field is `null` when the task type is `dumpCreation`. |
61+
| indexUid | string or null | Unique index identifier. This field is `null` when the task type is `dumpCreation`. |
6262
| batchUid | integer | Identify in which batch a task has been grouped by auto-batching. It corresponds to the first task uid grouped within a batch. See [auto-batching specification](0096-auto-batching.md) |
6363
| status | string | Status of the task. Possible values are `enqueued`, `processing`, `succeeded`, `failed` |
6464
| type | string | Type of the task. Possible values are `indexCreation`, `indexUpdate`, `indexDeletion`, `documentAddition`, `documentPartial`, `documentDeletion`, `settingsUpdate`, `clearAll`, `dumpCreation` |

0 commit comments

Comments
 (0)