Extracted the `cluster.get_settings` API spec from `cluster.settings`
This commit is contained in:
parent
1f65454872
commit
226f4f1d08
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue