[esApi/master] use /index/type/_mapping versions of indices.putMapping

This commit is contained in:
spalger
2018-05-14 11:49:00 -07:00
parent ee09e1ef0a
commit a1042f6310

View File

@ -148,10 +148,12 @@ module.exports = [
],
'indices.putMapping': [
// '/{index}/_mapping/{type}',
// '/{index}/_mapping',
// '/_mapping/{type}',
'/{index}/{type}/_mapping',
'/{index}/{type}/_mappings',
'/{index}/_mappings/{type}',
'/{index}/_mappings',
'/_mappings/{type}'
],
'indices.stats': [