Added, that body is required in "mget" API

This commit is contained in:
Karel Minarik 2013-06-21 18:38:55 +02:00
parent 2a85552b6a
commit b471ecad9b

@ -43,7 +43,8 @@
}
},
"body": {
"description" : "Document identifiers; can be either `docs` (containing full document information) or `ids` (when index and type is provided in the URL."
"description" : "Document identifiers; can be either `docs` (containing full document information) or `ids` (when index and type is provided in the URL.",
"required" : true
}
}
}