mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-11 07:25:23 +00:00
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
|
||
|
}
|
||
|
}
|