You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a request is sent to /live and the max_upcoming_hours parameter is set to 0 all upcoming livestreams will be sent in the upcoming part of the response.
Expected result would be to not return any upcoming events, however if 0 is treated as "no filter" it should be documented as such.
Aditionally, sending a negative value will omit live events that started between current time and specified value, expected result would probably be a 400 error.
The text was updated successfully, but these errors were encountered:
When a request is sent to
/live
and themax_upcoming_hours
parameter is set to 0 all upcoming livestreams will be sent in theupcoming
part of the response.Expected result would be to not return any upcoming events, however if 0 is treated as "no filter" it should be documented as such.
Aditionally, sending a negative value will omit live events that started between current time and specified value, expected result would probably be a 400 error.
The text was updated successfully, but these errors were encountered: