TOPS API Release Notes v2.5.10 ============================== Changes to API =============== GET /api/v2/schedules/ ------------------------- - Fixed a bug where schedules wouldn't be displayed if the date range was cross-midnight POST /api/v2/wagonDetails/ ------------------------- - Fixed a bug where it was possible to submit an empty array of schemas, which would generate a command and send it to TOPS without any wagon details - The validation's pattern for wagonNumber has been changed - the acceptable wagonNumbers are of length 2, 3, 4, 5, 6 or 10. Submitting a wagonNumber of different length will result in 400 Bad Request "Body content does not conform to Schema." response.