浏览代码

Clarify wait_for_completion doc in the Task API (#93754)

Pooya Salehi 2 年之前
父节点
当前提交
ee56ea8c82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/cluster/tasks.asciidoc

+ 1 - 1
docs/reference/cluster/tasks.asciidoc

@@ -51,7 +51,7 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=parent-task-id]
 include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
 
 `wait_for_completion`::
-(Optional, Boolean) If `true`, the request blocks until the operation is complete.
+(Optional, Boolean) If `true`, the request blocks until all found tasks are complete.
 Defaults to `false`.
 
 [[tasks-api-response-codes]]