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

Commit

Permalink
Precise that indexUid can be null
Browse files Browse the repository at this point in the history
  • Loading branch information
gmourier committed Apr 13, 2022
1 parent a969307 commit e2aa0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0060-tasks-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The motivation is to stabilize the current `update` resource to a version that c
| field | type | description |
|---------|---------|---------------------------------|
| uid | integer | Unique sequential identifier |
| indexUid | string | Unique index identifier. This field is `null` when the task type is `dumpCreation`. |
| indexUid | string or null | Unique index identifier. This field is `null` when the task type is `dumpCreation`. |
| 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) |
| status | string | Status of the task. Possible values are `enqueued`, `processing`, `succeeded`, `failed` |
| type | string | Type of the task. Possible values are `indexCreation`, `indexUpdate`, `indexDeletion`, `documentAddition`, `documentPartial`, `documentDeletion`, `settingsUpdate`, `clearAll`, `dumpCreation` |
Expand Down

0 comments on commit e2aa0f0

Please sign in to comment.