From a04bce96c743b0f0d5195c13c9180f2b18aa42ec Mon Sep 17 00:00:00 2001 From: Boaz Leskes Date: Tue, 8 Oct 2013 18:16:27 +0200 Subject: [PATCH] The name parameter of indices.get_template is not required. --- rest-api-spec/api/indices.get_template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/api/indices.get_template.json b/rest-api-spec/api/indices.get_template.json index 9066639c3b5..5be562b3758 100644 --- a/rest-api-spec/api/indices.get_template.json +++ b/rest-api-spec/api/indices.get_template.json @@ -8,7 +8,7 @@ "parts": { "name": { "type" : "string", - "required" : true, + "required" : false, "description" : "The name of the template" } },