30 lines
467 B
JSON
30 lines
467 B
JSON
|
{
|
||
|
"indices.template.put": {
|
||
|
"documentation": "",
|
||
|
"methods": ["PUT", "POST"],
|
||
|
"url": {
|
||
|
"path": "/_template/{name}",
|
||
|
"paths": ["/_template/{name}"],
|
||
|
"parts": {
|
||
|
"name": {
|
||
|
}
|
||
|
},
|
||
|
"params": {
|
||
|
"create": {
|
||
|
},
|
||
|
"name": {
|
||
|
},
|
||
|
"template": {
|
||
|
},
|
||
|
"order": {
|
||
|
},
|
||
|
"cause": {
|
||
|
},
|
||
|
"timeout": {
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"body": null
|
||
|
}
|
||
|
}
|