[API] indices.upgrade's wait_for_completion param defaults to false

This commit is contained in:
Honza Král 2014-12-11 17:19:03 +01:00
parent 59534391da
commit 750310cf94
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
},
"wait_for_completion": {
"type" : "boolean",
"description" : "Specify whether the request should block until the all segments are upgraded (default: true)"
"description" : "Specify whether the request should block until the all segments are upgraded (default: false)"
}
}
},