Skip to content

Commit

Permalink
[DOCS] Fix _tasks API endpoint reference (#73379)
Browse files Browse the repository at this point in the history
Co-authored-by: James Rodewig <[email protected]>
  • Loading branch information
StephaneBour and jrodewig authored May 28, 2021
1 parent d155590 commit 9a77580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/docs/reindex.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ through every document in the source query.
If the request contains `wait_for_completion=false`, {es}
performs some preflight checks, launches the request, and returns a
<<tasks,`task`>> you can use to cancel or get the status of the task.
{es} creates a record of this task as a document at `.tasks/_doc/${taskId}`.
{es} creates a record of this task as a document at `_tasks/<task_id>`.
When you are done with a task, you should delete the task document so
{es} can reclaim the space.

Expand Down

0 comments on commit 9a77580

Please sign in to comment.