mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Including: * change some string params to list * make some params or bodies required * removed incorrect URLs * removed incorrect params * Fixed name of pending_tasks
27 lines
652 B
JSON
27 lines
652 B
JSON
{
|
|
"indices.update_aliases": {
|
|
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/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
|
|
}
|
|
}
|
|
}
|