From dd0c99bb6580be9789c891b08475ecb23a51fe31 Mon Sep 17 00:00:00 2001 From: Mpdreamz Date: Mon, 4 Apr 2016 14:14:09 +0200 Subject: [PATCH] index is a required url part --- .../src/main/resources/rest-api-spec/api/update_by_query.json | 1 + 1 file changed, 1 insertion(+) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/update_by_query.json b/rest-api-spec/src/main/resources/rest-api-spec/api/update_by_query.json index 2409420fdd5..a2e2b5e916c 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/update_by_query.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/update_by_query.json @@ -8,6 +8,7 @@ "comment": "most things below this are just copied from search.json", "parts": { "index": { + "required" : true, "type" : "list", "description" : "A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices" },