From 6cfbd2f7c426db5e715cf643fa84bf5aeacacfbb Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Mon, 9 Sep 2013 17:49:05 +0200 Subject: [PATCH] Removed the incorrect info about `_all` default for index in `indices.get_mapping` API --- rest-api-spec/api/indices.get_mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/api/indices.get_mapping.json b/rest-api-spec/api/indices.get_mapping.json index e0cdb6fc848..9210aef366f 100644 --- a/rest-api-spec/api/indices.get_mapping.json +++ b/rest-api-spec/api/indices.get_mapping.json @@ -8,7 +8,7 @@ "parts": { "index": { "type" : "list", - "description" : "A comma-separated list of index names; use `_all` or empty string for all indices" + "description" : "A comma-separated list of index names" }, "type": { "type" : "list",