Skip to content

Commit 9a77580

Browse files
Stéphane Bourjrodewig
andauthored
[DOCS] Fix _tasks API endpoint reference (#73379)
Co-authored-by: James Rodewig <[email protected]>
1 parent d155590 commit 9a77580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/docs/reindex.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ through every document in the source query.
140140
If the request contains `wait_for_completion=false`, {es}
141141
performs some preflight checks, launches the request, and returns a
142142
<<tasks,`task`>> you can use to cancel or get the status of the task.
143-
{es} creates a record of this task as a document at `.tasks/_doc/${taskId}`.
143+
{es} creates a record of this task as a document at `_tasks/<task_id>`.
144144
When you are done with a task, you should delete the task document so
145145
{es} can reclaim the space.
146146

0 commit comments

Comments
 (0)