synced flush incorrectly documented url parameters as path parameters
This commit is contained in:
parent
9421aaea4d
commit
aaf7116bfb
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue