cloudkitty/releasenotes/notes/fix-begin-end-validation-v2-summary-52401fb47ef9b5d6.yaml
Luka Peschke c841ee8c29 Fix validation of begin/end in GET /v2/summary endpoint
Before this patch, if any of the "begin" and "end" parameters
were passed to the GET /v2/summary endpoint, validation would fail.

This was caused by "voluptuous.Coerce" being used instead of the
custom "SingleQueryParam" validator.

Change-Id: I09656c742f3ba6b02de3656201f6903f590944bd
2019-08-30 15:22:33 +02:00

7 lines
202 B
YAML

---
fixes:
- |
A validation issue causing the ``GET /v2/summary`` endpoint to
systematically return a 400 error if any of the ``begin`` or ``end``
parameters was specified has been fixed.