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": {
|
"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
|
||||||
|
|
Loading…
Reference in New Issue