From 1dd6aeeb8d4360f33b6e79503c8bbad4c07c740f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Fri, 27 Oct 2017 16:14:41 +0200 Subject: [PATCH] Exists template needs a template name (#25988) --- .../resources/rest-api-spec/api/indices.exists_template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.exists_template.json b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.exists_template.json index 96c4c53cd9d..3fb9d1e207e 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/indices.exists_template.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/indices.exists_template.json @@ -8,7 +8,7 @@ "parts": { "name": { "type": "list", - "required": false, + "required": true, "description": "The comma separated names of the index templates" } },