Added the `cluster.put_settings` API
This commit is contained in:
parent
226f4f1d08
commit
9da2c92388
|
@ -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)."
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue