diff --git a/rest-api-spec/api/indices.warmer.put.json b/rest-api-spec/api/indices.warmer.put.json index 7dd94926093..550a9892878 100644 --- a/rest-api-spec/api/indices.warmer.put.json +++ b/rest-api-spec/api/indices.warmer.put.json @@ -12,7 +12,7 @@ }, "name": { "type" : "string", - "description" : "The name of the warmer (supports wildcards)" + "description" : "The name of the warmer" }, "type": { "type" : "list", @@ -23,7 +23,7 @@ } }, "body": { - "description" : "The search request definition (query, filters, facets, sorting, etc)" + "description" : "The search request definition for the warmer (query, filters, facets, sorting, etc)" } } }