V2 > Logo

Create a logo

create a logo

post/1/vod/channel/{channel}/logo

Path parameters

channelinteger required

The Channel unique identifier

Request body

channel_idinteger required

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

modestring required
positionstring
margin_xinteger required
margin_yinteger required
sizeinteger required
datastring required
widthinteger required
heightinteger required
mimetype'gif' | 'image' | 'jpeg' | 'png' | 'webp' required
logostring file required

<br/>The file under validation must have a MIME type corresponding to one of the following extensions:image, gif, png, webp, jpg, jpe, jpeg, pjpeg

Response

Created

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

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.