REST api specs : remove unsupported `wait_for_merge` param (#28959)

This commit is contained in:
olcbean 2018-03-13 12:12:52 +01:00 committed by Luca Cavanna
parent 02a611663a
commit 3cf599be4c
1 changed files with 0 additions and 4 deletions

View File

@ -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)"
}
}
},