OpenSearch/rest-api-spec/api/indices.get_template.json
spenceralger 1cfe0f32c6 Added URL to indices.get_template to match previous change
Since the name is no longer required, added a supporting path to the paths array.
2013-10-23 21:14:02 -07:00

21 lines
474 B
JSON

{
"indices.get_template": {
"documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-templates/",
"methods": ["GET"],
"url": {
"path": "/_template/{name}",
"paths": ["/_template", "/_template/{name}"],
"parts": {
"name": {
"type" : "string",
"required" : false,
"description" : "The name of the template"
}
},
"params": {
}
},
"body": null
}
}