From 9f5f984bd942ecd1a125fa2c432d8cc003938c5f Mon Sep 17 00:00:00 2001 From: Karel Minarik Date: Tue, 28 May 2013 10:48:23 +0200 Subject: [PATCH] Corrected the formatting in the `_mlt` API --- rest-api-spec/api/mlt.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/api/mlt.json b/rest-api-spec/api/mlt.json index 4c3f6266e3f..476cf7ed1de 100644 --- a/rest-api-spec/api/mlt.json +++ b/rest-api-spec/api/mlt.json @@ -17,7 +17,7 @@ "description" : "The name of the index" }, "type": { - "type" : "string", + "type" : "string", "required" : true, "description" : "The type of the document (use `_all` to fetch the first document matching the ID across all types)" }