Added the "Put Aliases" API

This commit is contained in:
Karel Minarik 2013-06-20 13:00:15 +02:00
parent 1dd08750b4
commit 92f9f165ea
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
"indices.put_aliases": {
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-aliases/",
"methods": ["POST"],
"url": {
"path": "/_aliases",
"paths": ["/_aliases"],
"parts": {
},
"params": {
"timeout": {
"type" : "time",
"description" : "Explicit operation timeout"
}
}
},
"body": null
}
}