[DOCS] Correct the default value of wait_for_completion query param (#65800)

Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
This commit is contained in:
bellengao 2020-12-05 04:52:35 +08:00 committed by GitHub
parent 197e3ec96c
commit e198bb233e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 10 deletions

View file

@ -1073,9 +1073,3 @@ Default: 1, the primary shard.
See <<index-wait-for-active-shards>>.
--
end::wait_for_active_shards[]
tag::wait_for_completion[]
`wait_for_completion`::
(Optional, Boolean) If `true`, the request blocks until the operation is complete.
Defaults to `true`.
end::wait_for_completion[]