From c962bb55f36fa098d8dcb511941f5867574541e1 Mon Sep 17 00:00:00 2001 From: Zachary Tong Date: Fri, 7 Jun 2013 14:50:14 -0400 Subject: [PATCH] Index is not required for refresh --- rest-api-spec/api/indices.refresh.json | 1 - 1 file changed, 1 deletion(-) diff --git a/rest-api-spec/api/indices.refresh.json b/rest-api-spec/api/indices.refresh.json index 84cf402c458..8e79221827c 100644 --- a/rest-api-spec/api/indices.refresh.json +++ b/rest-api-spec/api/indices.refresh.json @@ -8,7 +8,6 @@ "parts": { "index": { "type" : "list", - "required" : true, "description" : "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices" } },