Merge pull request #13946 from elastic/fix/indices-get-restspec
Add options for indices.get feature
This commit is contained in:
commit
9200c446a1
|
@ -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