Skip to content

Commit c506417

Browse files
Merge #403
403: 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 7860566 + ac324fc commit c506417

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
@@ -144,7 +144,7 @@ To do a simple search using the client, you can create a Swift script like this:
144144
semaphore.wait()
145145
```
146146

147-
With the `uid` of the task, you can check the status (`enqueued`, `processing`, `succeeded` or `failed`) of your documents addition using the [update endpoint](https://docs.meilisearch.com/learn/advanced/asynchronous_operations.html#task-status).
147+
With the `uid` of the task, you can check the status (`enqueued`, `canceled`, `processing`, `succeeded` or `failed`) of your documents addition using the [update endpoint](https://docs.meilisearch.com/learn/advanced/asynchronous_operations.html#task-status).
148148

149149
#### Basic Search <!-- omit in toc -->
150150

0 commit comments

Comments
 (0)