Skip to content

Commit

Permalink
Merge #465
Browse files Browse the repository at this point in the history
465: 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 40f4f71 + 68cf2e8 commit b3a914e
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 @@ -104,7 +104,7 @@ documents = [
index.add_documents(documents) # => { "uid": 0 }
```

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

💡 To customize the `Client`, for example, increasing the default timeout, please check out [this section](https://github.com/meilisearch/meilisearch-ruby/wiki/Client-Options) of the Wiki.

Expand Down

0 comments on commit b3a914e

Please sign in to comment.