OpenSearch/rest-api-spec/api/cluster.put_settings.json

21 lines
582 B
JSON
Raw Normal View History

2013-06-17 12:55:34 -04:00
{
"cluster.put_settings": {
"documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-update-settings/",
"methods": ["PUT"],
"url": {
"path": "/_cluster/settings",
"paths": ["/_cluster/settings"],
"parts": {},
2013-06-17 12:55:34 -04:00
"params": {
"flat_settings": {
"type": "boolean",
"description": "Return settings in flat format (default: false)"
}
2013-06-17 12:55:34 -04:00
}
},
"body": {
"description": "The settings to be updated. Can be either `transient` or `persistent` (survives cluster restart)."
2013-06-17 12:55:34 -04:00
}
}
}