Skip to content

Commit e2027d0

Browse files
kellycampbelljrodewig
authored andcommitted
[DOCS] Correct GET path in cat tasks API docs (#49494)
Previously, the request example included `GET _cat/_tasks`. However, the resource should be `tasks`, not `_tasks`.
1 parent 5a9440c commit e2027d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/cat/tasks.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ similar to the <<tasks,task management>> API.
1313
[[cat-tasks-api-request]]
1414
==== {api-request-title}
1515

16-
`GET /_cat/_tasks/<task_id>`
16+
`GET /_cat/tasks/<task_id>`
1717

18-
`GET /_cat/_tasks`
18+
`GET /_cat/tasks`
1919

2020

2121
[[cat-tasks-api-desc]]

0 commit comments

Comments
 (0)