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": [{ // Array of this object
segment: float[], //[0, 15.23] start and end time in seconds segment: float[], //[0, 15.23] start and end time in seconds
UUID: string, UUID: string,
category: string category: string
}]
}] }]
``` ```