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": { "indices.template.get": {
"documentation": "", "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-templates/",
"methods": ["GET"], "methods": ["GET"],
"url": { "url": {
"path": "/_template/{name}", "path": "/_template/{name}",
"paths": ["/_template/{name}"], "paths": ["/_template/{name}"],
"parts": { "parts": {
"name": { "name": {
"type" : "string",
"required" : true,
"description" : "The name of the template"
} }
}, },
"params": { "params": {
"name": {
}
} }
}, },
"body": null "body": null