![JAR search and dependency download from the Maven repository](/logo.png)
rest-api-spec.api.indices.update_aliases.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
{
"indices.update_aliases":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-aliases.html",
"description":"Updates index aliases."
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"],
"content_type": ["application/json"]
},
"url":{
"paths":[
{
"path":"/_aliases",
"methods":[
"POST"
]
}
]
},
"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
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy