REST api specs : remove unsupported `wait_for_merge` param (#28959)
This commit is contained in:
parent
02a611663a
commit
3cf599be4c
|
@ -37,10 +37,6 @@
|
|||
"only_expunge_deletes": {
|
||||
"type" : "boolean",
|
||||
"description" : "Specify whether the operation should only expunge deleted documents"
|
||||
},
|
||||
"wait_for_merge": {
|
||||
"type" : "boolean",
|
||||
"description" : "Specify whether the request should block until the merge process is finished (default: true)"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue