Skip to content

Commit

Permalink
[DOCS] Correct GET path in cat tasks API docs (#49494)
Browse files Browse the repository at this point in the history
Previously, the request example included `GET _cat/_tasks`. However, the resource should be `tasks`, not `_tasks`.
  • Loading branch information
kellycampbell authored and jrodewig committed Nov 25, 2019
1 parent 5a9440c commit e2027d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/cat/tasks.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ similar to the <<tasks,task management>> API.
[[cat-tasks-api-request]]
==== {api-request-title}

`GET /_cat/_tasks/<task_id>`
`GET /_cat/tasks/<task_id>`

`GET /_cat/_tasks`
`GET /_cat/tasks`


[[cat-tasks-api-desc]]
Expand Down

0 comments on commit e2027d0

Please sign in to comment.