Added the API definition for getting an index template
This commit is contained in:
parent
c322791ccb
commit
3e7e96fe72
|
@ -1,17 +1,18 @@
|
|||
{
|
||||
"indices.template.get": {
|
||||
"documentation": "",
|
||||
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-templates/",
|
||||
"methods": ["GET"],
|
||||
"url": {
|
||||
"path": "/_template/{name}",
|
||||
"paths": ["/_template/{name}"],
|
||||
"parts": {
|
||||
"name": {
|
||||
"type" : "string",
|
||||
"required" : true,
|
||||
"description" : "The name of the template"
|
||||
}
|
||||
},
|
||||
"params": {
|
||||
"name": {
|
||||
}
|
||||
}
|
||||
},
|
||||
"body": null
|
||||
|
|
Loading…
Reference in New Issue