c841ee8c29
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
7 lines
202 B
YAML
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.
|