synced flush incorrectly documented url parameters as path parameters

This commit is contained in:
Martijn Laarman 2015-09-10 11:13:38 +02:00
parent 9421aaea4d
commit aaf7116bfb
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@
"index": {
"type" : "list",
"description" : "A comma-separated list of index names; use `_all` or empty string for all indices"
}
},
"params": {
"ignore_unavailable": {
"type": "boolean",
"description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)"