Skip to content

Commit

Permalink
Merge #1564
Browse files Browse the repository at this point in the history
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 <74670311+meili-bot@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and meili-bot authored Aug 14, 2023
2 parents d82d350 + e8c1438 commit 67974f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ import { MeiliSearch } from 'meilisearch'
})()
```

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).
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).

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

Expand Down

0 comments on commit 67974f9

Please sign in to comment.