Added, that `body` is required in "percolate" API
This commit is contained in:
parent
21d17b8fd8
commit
4c0487d005
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue