Extracted the `cluster.get_settings` API spec from `cluster.settings`

This commit is contained in:
Karel Minarik 2013-06-17 18:52:48 +02:00
parent 1f65454872
commit 226f4f1d08
1 changed files with 3 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"cluster.settings": {
"cluster.get_settings": {
"documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-update-settings/",
"methods": ["GET", "PUT"],
"methods": ["GET"],
"url": {
"path": "/_cluster/settings",
"paths": ["/_cluster/settings"],
@ -10,8 +10,6 @@
"params": {
}
},
"body": {
"description" : "The settings to be updated. Can be either `transient` or `persistent`."
}
"body": null
}
}