From e6c54e71f2085377d91e05db09335e8fbe0a9481 Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Mon, 27 May 2013 21:58:36 +0200 Subject: [PATCH] Removed the incorrect "required" for index in the `_settings` API --- rest-api-spec/api/indices.settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/rest-api-spec/api/indices.settings.json b/rest-api-spec/api/indices.settings.json index 250d5332e81..7aa413a38e6 100644 --- a/rest-api-spec/api/indices.settings.json +++ b/rest-api-spec/api/indices.settings.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" } },