Collect events - maxEvents spec allows 0
nieznanysprawiciel opened this issue · 1 comments
nieznanysprawiciel commented
It doesn't make sense to query 0 events, but I implemented it like this since spec requires ;)
Needs changes in spec
prekucki commented
name: maxEvents
description: >
Maximum number of events that server should return at once.
required: false
in: query
schema:
type: integer
format: int32
default: 10
minimum: 1
maximum: 100