Corrected the formatting in the `_mlt` API

This commit is contained in:
Karel Minarik 2013-05-28 10:48:23 +02:00
parent ef96799629
commit 9f5f984bd9
1 changed files with 1 additions and 1 deletions

View File

@ -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)"
}