Removed `index` and `name` parameters from the "Get Alias" API
This commit is contained in:
parent
d06496b918
commit
7d9387452e
|
@ -22,14 +22,6 @@
|
||||||
"options" : ["none","missing"],
|
"options" : ["none","missing"],
|
||||||
"default" : "none",
|
"default" : "none",
|
||||||
"description" : "When performed on multiple indices, allows to ignore `missing` ones"
|
"description" : "When performed on multiple indices, allows to ignore `missing` ones"
|
||||||
},
|
|
||||||
"index": {
|
|
||||||
"type" : "list",
|
|
||||||
"description" : "A comma-separated list of index names to filter aliases"
|
|
||||||
},
|
|
||||||
"name": {
|
|
||||||
"type" : "list",
|
|
||||||
"description" : "A comma-separated list of alias names to return"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue