From eb9e90e5c21cd502dafa3307c12a95c0e6571c34 Mon Sep 17 00:00:00 2001 From: Zachary Tong Date: Fri, 7 Jun 2013 14:41:02 -0400 Subject: [PATCH] Index is required for open --- rest-api-spec/api/indices.open.json | 1 + 1 file changed, 1 insertion(+) diff --git a/rest-api-spec/api/indices.open.json b/rest-api-spec/api/indices.open.json index e84263be63d..38876e85192 100644 --- a/rest-api-spec/api/indices.open.json +++ b/rest-api-spec/api/indices.open.json @@ -8,6 +8,7 @@ "parts": { "index": { "type" : "string", + "required" : true, "description" : "The name of the index" } },