Skip to content

Commit daeb24e

Browse files
meili-bors[bot]meili-botbrunoocasali
authored
Merge #505
505: 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]> Co-authored-by: Bruno Casali <[email protected]>
2 parents 4985b6b + 81e29c8 commit daeb24e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ fn main() { block_on(async move {
127127
})}
128128
```
129129

130-
With the `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-task).
130+
With the `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-task).
131131

132132
#### Basic Search <!-- omit in TOC -->
133133

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
//! })}
3939
//! ```
4040
//!
41-
//! With the `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-task).
41+
//! With the `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-task).
4242
//!
4343
//! ### Basic Search <!-- omit in TOC -->
4444
//!

0 commit comments

Comments
 (0)