Added, that `body` is required in "percolate" API

This commit is contained in:
Karel Minarik 2013-06-22 11:28:14 +02:00
parent 21d17b8fd8
commit 4c0487d005
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@
}
},
"body": {
"description" : "The document (`doc`) to percolate against registered queries; optionally also a `query` to limit the percolation to specific registered queries"
"description" : "The document (`doc`) to percolate against registered queries; optionally also a `query` to limit the percolation to specific registered queries",
"required" : true
}
}
}