diff --git a/Legacy-API.md b/Legacy-API.md index e761aae..44c496d 100644 --- a/Legacy-API.md +++ b/Legacy-API.md @@ -14,8 +14,8 @@ ________________________________________________________________________________ **Response**: ``` { - sponsorTimes: array [float], - UUIDs: array [string] //The ID for this sponsor time, used to submit votes + sponsorTimes: [[startTime: float, endTime float]], // Time in seconds + UUIDs: string[] //The ID for this sponsor time, used to submit votes } ```