Skip to content

Commit

Permalink
[SPEC] Added the percolator_format URL parameter to the "Percolate"…
Browse files Browse the repository at this point in the history
… API spec
  • Loading branch information
karmi committed May 23, 2014
1 parent 65ce5ac commit 0e920c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rest-api-spec/api/percolate.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
"type" : "string",
"description" : "The type to percolate document into. Defaults to type."
},
"percolate_format": {
"type" : "enum",
"options" : ["ids"],
"description" : "Return an array of matching query IDs instead of objects"
},
"version" : {
"type" : "number",
"description" : "Explicit version number for concurrency control"
Expand Down

0 comments on commit 0e920c1

Please sign in to comment.