[api] ignore an alias in reindex.rethrottle()

This commit is contained in:
spalger
2016-04-05 09:21:06 -07:00
parent e32a460ad0
commit bac139aec2

View File

@ -199,5 +199,13 @@ function (spec) {
});
}
},
{
version: '>=2.0.0',
aliases: {
'reindex.rethrottle': [
'/_update_by_query/{task_id}/_rethrottle'
]
}
}
];