mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 18:35:25 +00:00
18 lines
449 B
JSON
18 lines
449 B
JSON
|
{
|
||
|
"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)."
|
||
|
}
|
||
|
}
|
||
|
}
|