blob: 5b375eed8f0bdbb68cc85823206e0f20920a9c6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"indices.update_aliases": {
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/indices-aliases.html",
"methods": ["POST"],
"url": {
"path": "/_aliases",
"paths": ["/_aliases"],
"parts": {
},
"params": {
"timeout": {
"type" : "time",
"description" : "Request timeout"
},
"master_timeout": {
"type" : "time",
"description" : "Specify timeout for connection to master"
}
}
},
"body": {
"description" : "The definition of `actions` to perform",
"required" : true
}
}
}
|