[API] change wait_for_completion defaults according to docs (#23672)
This commit is contained in:
parent
c6b881b53e
commit
f8b7ec27a4
|
@ -146,7 +146,7 @@
|
||||||
},
|
},
|
||||||
"wait_for_completion": {
|
"wait_for_completion": {
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"default": false,
|
"default": true,
|
||||||
"description" : "Should the request should block until the delete-by-query is complete."
|
"description" : "Should the request should block until the delete-by-query is complete."
|
||||||
},
|
},
|
||||||
"requests_per_second": {
|
"requests_per_second": {
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
},
|
},
|
||||||
"wait_for_completion": {
|
"wait_for_completion": {
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"default": false,
|
"default": true,
|
||||||
"description" : "Should the request should block until the reindex is complete."
|
"description" : "Should the request should block until the reindex is complete."
|
||||||
},
|
},
|
||||||
"requests_per_second": {
|
"requests_per_second": {
|
||||||
|
|
|
@ -154,7 +154,7 @@
|
||||||
},
|
},
|
||||||
"wait_for_completion": {
|
"wait_for_completion": {
|
||||||
"type" : "boolean",
|
"type" : "boolean",
|
||||||
"default": false,
|
"default": true,
|
||||||
"description" : "Should the request should block until the update by query operation is complete."
|
"description" : "Should the request should block until the update by query operation is complete."
|
||||||
},
|
},
|
||||||
"requests_per_second": {
|
"requests_per_second": {
|
||||||
|
|
Loading…
Reference in New Issue