Skip to content

Commit 4e50318

Browse files
Merge #834
834: Add `canceled` task status to README.md r=brunoocasali a=meili-bot _This PR is auto-generated._ Update the README according to [issue](meilisearch/integration-guides#245). Co-authored-by: meili-bot <[email protected]>
2 parents 9fa3a75 + e55bcfb commit 4e50318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ documents = [
9999
index.add_documents(documents) # => { "uid": 0 }
100100
```
101101

102-
With the task `uid`, you can check the status (`enqueued`, `processing`, `succeeded` or `failed`) of your documents addition using the [task](https://www.meilisearch.com/docs/reference/api/tasks#get-tasks).
102+
With the task `uid`, you can check the status (`enqueued`, `canceled`, `processing`, `succeeded` or `failed`) of your documents addition using the [task](https://www.meilisearch.com/docs/reference/api/tasks#get-tasks).
103103

104104
#### Basic Search <!-- omit in toc -->
105105

0 commit comments

Comments
 (0)