From 932a8d59beb941b0e07225f6b226c456acbf7c27 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Thu, 3 Dec 2020 12:08:26 -0500 Subject: [PATCH] Updated API Docs (markdown) --- API-Docs.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/API-Docs.md b/API-Docs.md index 20077df..95211a9 100644 --- a/API-Docs.md +++ b/API-Docs.md @@ -99,9 +99,12 @@ ________________________________________________________________________________ [{ // Array of this object "videoID": string, "hash": string, // The full hash - segment: float[], //[0, 15.23] start and end time in seconds - UUID: string, - category: string + "segment": [{ // Array of this object + segment: float[], //[0, 15.23] start and end time in seconds + UUID: string, + category: string + }] + }] ```