mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 07:25:23 +00:00
a55750dd70
Files were generated with the `thor api:generate:spec --force --verbose --crawl` command, and based on the 0.90 branch (elasticsearch/elasticsearch@5ec4064).
22 lines
341 B
JSON
22 lines
341 B
JSON
{
|
|
"indices.template.delete": {
|
|
"documentation": "",
|
|
"methods": ["DELETE"],
|
|
"url": {
|
|
"path": "/_template/{name}",
|
|
"paths": ["/_template/{name}"],
|
|
"parts": {
|
|
"name": {
|
|
}
|
|
},
|
|
"params": {
|
|
"name": {
|
|
},
|
|
"timeout": {
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|