API Docs: Difference between revisions

Jump to navigation Jump to search
90 bytes added ,  1 October 2022
update explanations of the "description" response field
(→‎GET /api/segmentInfo: add missing fields to reponse object)
(update explanations of the "description" response field)
Line 58: Line 58:
   locked: int, // if submission is locked
   locked: int, // if submission is locked
   votes: int, // Votes on segment
   votes: int, // Votes on segment
   description: string, // unused
   description: string, // title for chapters, empty string for other segments
}]
}]
</syntaxhighlight>
</syntaxhighlight>
Line 111: Line 111:
       videoDuration: int, // Duration of video when submissions occurred
       videoDuration: int, // Duration of video when submissions occurred
       userID: string, // Public userID of submitter
       userID: string, // Public userID of submitter
       description: string // unused
       description: string // title for chapters, empty string for other segments
   }]
   }]
}]
}]

Navigation menu