From b966f74f4d00b28a65b0df2b7cd9eddb5d2ee475 Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Sat, 22 Jun 2013 16:55:03 +0200 Subject: [PATCH] Improved description for `index` parameter in "delete_by_query" API --- rest-api-spec/api/delete_by_query.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/api/delete_by_query.json b/rest-api-spec/api/delete_by_query.json index a138fea295f..e9120d881da 100644 --- a/rest-api-spec/api/delete_by_query.json +++ b/rest-api-spec/api/delete_by_query.json @@ -9,7 +9,7 @@ "index": { "type" : "list", "required": true, - "description" : "A comma-separated list of indices to restrict the operation" + "description" : "A comma-separated list of indices to restrict the operation; use `_all` to perform the operation on all indices" }, "type": { "type" : "list",