Add options for indices.get feature
As described here https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-index.html?q=get%20index#_filtering_index_information
This commit is contained in:
parent
3ab3938501
commit
eef34475fd
|
@ -13,7 +13,8 @@
|
|||
},
|
||||
"feature":{
|
||||
"type":"list",
|
||||
"description":"A comma-separated list of features"
|
||||
"description":"A comma-separated list of features",
|
||||
"options": ["_settings", "_mappings", "_warmers", "_aliases"]
|
||||
}
|
||||
},
|
||||
"params":{
|
||||
|
|
Loading…
Reference in New Issue