V2 > Chapter

Updates a chapter.

patch/1/vod/channel/{channel}/media/{media}/chapter/{chapter}

Path parameters

channelinteger required

The Channel unique identifier

mediainteger required

The Media unique identifier

chapterinteger required

The Chapter unique identifier

Request body

media_idinteger required

<br/>This field must exist on the medias database in the id column.

timestampnumber required

<br/>This field must not exist on the chapters database in the NULL column.

namestring
descriptionstring
publishedboolean
imagestring
image_mimetypestring

<br/>This field must be present and not empty only if any of the following fields are present:image

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.