Added the API definition for getting an index template

This commit is contained in:
Karel Minarik 2013-05-27 21:47:34 +02:00
parent c322791ccb
commit 3e7e96fe72
1 changed files with 4 additions and 3 deletions

View File

@ -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