Browse Source

Clarify wait_for_completion doc in the Task API (#93754)

Pooya Salehi 2 years ago
parent
commit
ee56ea8c82
1 changed files with 1 additions and 1 deletions
  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]]