20 lines
388 B
JSON
20 lines
388 B
JSON
|
{
|
||
|
"indices.settings": {
|
||
|
"documentation": "http://elasticsearch.org/guide/reference/api/admin-indices-delete-index/",
|
||
|
"methods": ["GET", "PUT"],
|
||
|
"url": {
|
||
|
"path": "/_settings",
|
||
|
"paths": ["/_settings", "/{index}/_settings"],
|
||
|
"parts": {
|
||
|
"index": {
|
||
|
}
|
||
|
},
|
||
|
"params": {
|
||
|
"index": {
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"body": null
|
||
|
}
|
||
|
}
|