diff --git a/rest-api-spec/api/indices.template.get.json b/rest-api-spec/api/indices.template.get.json index dd9c042ee04..f4d5c540dae 100644 --- a/rest-api-spec/api/indices.template.get.json +++ b/rest-api-spec/api/indices.template.get.json @@ -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