From 79a5dc9ee54b838c622b98126c59f2ffde39e435 Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Thu, 20 Jun 2013 11:04:45 +0200 Subject: [PATCH] Corrected `indices.get_warmer` API (index not required, base path just `/_warmer`) --- rest-api-spec/api/indices.get_warmer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rest-api-spec/api/indices.get_warmer.json b/rest-api-spec/api/indices.get_warmer.json index 56593975a20..dbaf90d4730 100644 --- a/rest-api-spec/api/indices.get_warmer.json +++ b/rest-api-spec/api/indices.get_warmer.json @@ -3,12 +3,11 @@ "documentation": "http://www.elasticsearch.org/guide/reference/api/admin-indices-warmers/", "methods": ["GET"], "url": { - "path": "/{index}/_warmer", + "path": "/_warmer", "paths": ["/{index}/_warmer", "/{index}/_warmer/{name}", "/{index}/{type}/_warmer/{name}"], "parts": { "index": { "type" : "list", - "required" : true, "description" : "A comma-separated list of index names to restrict the operation; use `_all` or empty string to perform the operation on all indices" }, "name": {