eac8827 use reqparse properly for 'since' parameter

Authored and Committed by Dan Callaghan 6 years ago
    use reqparse properly for 'since' parameter
    
    The response for a 400 Bad Request is supposed to be a JSON dict keyed
    on the invalid parameter, not a plain JSON string message.
    
    If we use a proper type= for the reqparse argument, and let that
    function raise ValueError, we will get the proper validation behaviour
    for "free".
    
        
file modified
+16 -5
file modified
+31 -8
file modified
+0 -19