synced flush incorrectly documented url parameters as path parameters
This commit is contained in:
parent
9421aaea4d
commit
aaf7116bfb
|
@ -12,7 +12,9 @@
|
||||||
"index": {
|
"index": {
|
||||||
"type" : "list",
|
"type" : "list",
|
||||||
"description" : "A comma-separated list of index names; use `_all` or empty string for all indices"
|
"description" : "A comma-separated list of index names; use `_all` or empty string for all indices"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
"params": {
|
||||||
"ignore_unavailable": {
|
"ignore_unavailable": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)"
|
"description": "Whether specified concrete indices should be ignored when unavailable (missing or closed)"
|
||||||
|
|
Loading…
Reference in New Issue