Videos
Update chapter
Update a chapter’s details
PATCH
/
videos
/
{VIDEO_ID}
/
chapters
/
{CHAPTER_ID}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
VIDEO_ID
string
requiredID of the video
CHAPTER_ID
string
requiredID of the chapter
Body
application/json
name
string
A short label for the chapter
start
string
When the chapter starts, as HH:MM:SS
Response
200 - application/json
success
boolean
requiredresult
object
requiredlinks
object
requirederrors
object[]
required