Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Fix typo on cancels
Browse files Browse the repository at this point in the history
  • Loading branch information
alallema committed Oct 25, 2022
1 parent afc62a8 commit 01546d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0060-tasks-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ The auth layer can return the following errors if Meilisearch is secured (a mast

Allows users to cancel an `enqueued` or `processing` task. Particularly useful if a long or heavy task blocks the queue.

`202` - Response body - `/tasks/cancels`
`202` - Response body - `/tasks/cancel`

```json
{
Expand Down

0 comments on commit 01546d1

Please sign in to comment.