Skip to content

Commit 67e3579

Browse files
Update learn/advanced/asynchronous_operations.md
Co-authored-by: Maryam <[email protected]>
1 parent 4a53358 commit 67e3579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/advanced/asynchronous_operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The response from the [task API](/reference/api/tasks.md) will always include th
3232
| `uid` | integer | The unique sequential identifier of the task |
3333
| `indexUid` | string | The unique index identifier (always `null` for dumps) |
3434
| `status` | string | The status of the task. Possible values are `enqueued`, `processing`, `succeeded`, `failed` |
35-
| `type` | string | The type of task. Possible values are `indexCreation`, `indexUpdate`, `indexDeletion`, `documentAdditionOrUpdate`, `documentPartial`, `documentDeletion`, `settingsUpdate`, `clearAll`, `dumpCreation` |
35+
| `type` | string | The type of task. Possible values are `indexCreation`, `indexUpdate`, `indexDeletion`, `documentAdditionOrUpdate`, `documentPartial`, `documentDeletion`, `settingsUpdate`, `dumpCreation` |
3636
| `details` | object | Detailed information on the task payload |
3737
| `error` | object | Error details and context. Only present when a task has the `failed` status |
3838
| `duration` | string | The total elapsed time the task spent in the `processing` state, in ISO 8601 format |

0 commit comments

Comments
 (0)