Updated API Docs (markdown)

Ajay Ramachandran
2020-12-03 12:08:26 -05:00
parent 3810399d52
commit 932a8d59be

@@ -99,9 +99,12 @@ ________________________________________________________________________________
[{ // Array of this object [{ // Array of this object
"videoID": string, "videoID": string,
"hash": string, // The full hash "hash": string, // The full hash
segment: float[], //[0, 15.23] start and end time in seconds "segment": [{ // Array of this object
UUID: string, segment: float[], //[0, 15.23] start and end time in seconds
category: string UUID: string,
category: string
}]
}] }]
``` ```