[SPEC] Added indices.exists_template.json

This commit is contained in:
Clinton Gormley 2014-01-16 15:29:38 +01:00
parent 5856378866
commit b7d4b30ad7
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{
"indices.exists_template": {
"documentation": "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-templates.html",
"methods": ["HEAD"],
"url": {
"path": "/_template/{name}",
"paths": ["/_template/{name}"],
"parts": {
"name": {
"type" : "string",
"required" : true,
"description" : "The name of the template"
}
}
},
"body": null
}
}