Skip to content

Commit c467ebb

Browse files
Merge #639
639: 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 bec8977 + 25aa324 commit c467ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class TestMeilisearch {
131131
}
132132
```
133133

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

136136
#### Basic Search <!-- omit in toc -->
137137

0 commit comments

Comments
 (0)