mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[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:
parent
197e3ec96c
commit
e198bb233e
4 changed files with 9 additions and 10 deletions
|
@ -45,8 +45,9 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=parent-task-id]
|
|||
|
||||
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=timeoutparms]
|
||||
|
||||
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=wait_for_completion]
|
||||
|
||||
`wait_for_completion`::
|
||||
(Optional, Boolean) If `true`, the request blocks until the operation is complete.
|
||||
Defaults to `false`.
|
||||
|
||||
[[tasks-api-response-codes]]
|
||||
==== {api-response-codes-title}
|
||||
|
|
|
@ -440,7 +440,9 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=timeout]
|
|||
|
||||
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=wait_for_active_shards]
|
||||
|
||||
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=wait_for_completion]
|
||||
`wait_for_completion`::
|
||||
(Optional, Boolean) If `true`, the request blocks until the operation is complete.
|
||||
Defaults to `true`.
|
||||
|
||||
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=requests_per_second]
|
||||
|
||||
|
|
|
@ -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[]
|
||||
|
|
|
@ -45,7 +45,9 @@ to mount.
|
|||
|
||||
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=master-timeout]
|
||||
|
||||
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=wait_for_completion]
|
||||
`wait_for_completion`::
|
||||
(Optional, Boolean) If `true`, the request blocks until the operation is complete.
|
||||
Defaults to `false`.
|
||||
|
||||
[[searchable-snapshots-api-mount-request-body]]
|
||||
==== {api-request-body-title}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue