API generation

This commit is contained in:
delvedor
2020-06-03 09:11:45 +02:00
parent 57fbbd0a8f
commit 4121e1e7ff
12 changed files with 183 additions and 28 deletions

View File

@ -257,6 +257,8 @@ function ESAPI (opts) {
shrink: lazyLoad('indices.shrink', opts),
simulate_index_template: lazyLoad('indices.simulate_index_template', opts),
simulateIndexTemplate: lazyLoad('indices.simulate_index_template', opts),
simulate_template: lazyLoad('indices.simulate_template', opts),
simulateTemplate: lazyLoad('indices.simulate_template', opts),
split: lazyLoad('indices.split', opts),
stats: lazyLoad('indices.stats', opts),
unfreeze: lazyLoad('indices.unfreeze', opts),