Removed put_aliases as we already have update_aliases.

This commit is contained in:
Clinton Gormley 2013-06-21 12:44:10 +02:00
parent fc97f8349b
commit 6eaccb2a6b
1 changed files with 0 additions and 22 deletions

View File

@ -1,22 +0,0 @@
{
"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": {
"description" : "The operations definition and other configuration",
"required" : true
}
}
}