From eba4d9e59ee788785258147d313b20f49392f1d2 Mon Sep 17 00:00:00 2001 From: Honza Kral Date: Sun, 9 Jun 2013 21:50:59 +0200 Subject: [PATCH] Add doc url for put_template --- rest-api-spec/api/indices.put_template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/api/indices.put_template.json b/rest-api-spec/api/indices.put_template.json index 7d2345aa33e..78baedfffc2 100644 --- a/rest-api-spec/api/indices.put_template.json +++ b/rest-api-spec/api/indices.put_template.json @@ -1,6 +1,6 @@ { "indices.put_template": { - "documentation": "", + "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-templates/", "methods": ["PUT", "POST"], "url": { "path": "/_template/{name}",