4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-27 19:37:06 +00:00

Minor typo fix in API docs.

This commit is contained in:
Buster Silver 2015-07-11 17:25:09 -05:00
parent 92238209cd
commit e931a734e1

View File

@ -723,7 +723,7 @@ A list of events that occur between the UNIX timestamps specified in {start_time
+ Parameters
+ start_time (number, required) - UNIX Timestamp for the starting time.
+ end_time (number_required) - UNIX Timestamp for the ending time.
+ end_time (number, required) - UNIX Timestamp for the ending time.
+ Response 200 (application/json)
@ -819,7 +819,7 @@ A list of events for the specified station that occur between the UNIX timestamp
+ Parameters
+ shortcode (string, required) - The station "short code" identifier.
+ start_time (number, required) - UNIX Timestamp for the starting time.
+ end_time (number_required) - UNIX Timestamp for the ending time.
+ end_time (number, required) - UNIX Timestamp for the ending time.
+ Response 200 (application/json)