Add a limit to filters

pull/977/head
Mark Haines 9 years ago
parent a31a446661
commit e1f73f5233

@ -1,6 +1,11 @@
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"description":
"The maximum number of events to return."
},
"types": {
"type": "array",
"description":

Loading…
Cancel
Save