Added the `cluster.put_settings` API

This commit is contained in:
Karel Minarik 2013-06-17 18:55:34 +02:00
parent 226f4f1d08
commit 9da2c92388
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"cluster.put_settings": {
"documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-update-settings/",
"methods": ["PUT"],
"url": {
"path": "/_cluster/settings",
"paths": ["/_cluster/settings"],
"parts": {
},
"params": {
}
},
"body": {
"description" : "The settings to be updated. Can be either `transient` or `persistent` (survives cluster restart)."
}
}
}