2013-05-24 06:02:42 -04:00
|
|
|
{
|
|
|
|
"cluster.settings": {
|
|
|
|
"documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-update-settings/",
|
|
|
|
"methods": ["GET", "PUT"],
|
|
|
|
"url": {
|
|
|
|
"path": "/_cluster/settings",
|
|
|
|
"paths": ["/_cluster/settings"],
|
|
|
|
"parts": {
|
|
|
|
},
|
|
|
|
"params": {
|
|
|
|
}
|
|
|
|
},
|
2013-05-26 09:29:45 -04:00
|
|
|
"body": {
|
|
|
|
"description" : "The settings to be updated. Can be either `transient` or `persistent`."
|
|
|
|
}
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
}
|