2013-05-24 06:02:42 -04:00
|
|
|
{
|
|
|
|
"indices.settings": {
|
2013-05-27 11:08:45 -04:00
|
|
|
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-get-settings/",
|
2013-05-24 06:02:42 -04:00
|
|
|
"methods": ["GET", "PUT"],
|
|
|
|
"url": {
|
|
|
|
"path": "/_settings",
|
|
|
|
"paths": ["/_settings", "/{index}/_settings"],
|
|
|
|
"parts": {
|
|
|
|
"index": {
|
2013-05-27 11:08:45 -04:00
|
|
|
"type" : "list",
|
|
|
|
"description" : "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices"
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"params": {
|
|
|
|
}
|
|
|
|
},
|
2013-05-27 11:08:45 -04:00
|
|
|
"body": {
|
|
|
|
"description" : "The index settings to be updated (when using the PUT method)"
|
|
|
|
}
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
}
|