Skip to content

Commit 67974f9

Browse files
Merge #1564
1564: 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 d82d350 + e8c1438 commit 67974f9

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
@@ -160,7 +160,7 @@ import { MeiliSearch } from 'meilisearch'
160160
})()
161161
```
162162

163-
Tasks such as document addition always return a unique identifier. You can use this identifier `taskUid` to check the status (`enqueued`, `processing`, `succeeded` or `failed`) of a [task](https://www.meilisearch.com/docs/reference/api/tasks).
163+
Tasks such as document addition always return a unique identifier. You can use this identifier `taskUid` to check the status (`enqueued`, `canceled`, `processing`, `succeeded` or `failed`) of a [task](https://www.meilisearch.com/docs/reference/api/tasks).
164164

165165
### Basic search <!-- omit in toc -->
166166

0 commit comments

Comments
 (0)