From 8dea7129ce745cdf146a3d489354f5d551e93a31 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Thu, 14 Jan 2021 22:26:06 -0500 Subject: [PATCH] Fix sponsorTimes array --- Legacy-API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } ```