Set LAN Program Thumbnail
# Set LAN Program Thumbnail
Path:
/api/programthumbnail/*
Method: PUT
Content-type: application/json; charset=utf-8
API Description: This can be used to set the program thumbnail.
Request
Name | Type | Example | Description |
---|---|---|---|
base64 | String | - | Represent the thumbnail in Base64 encoding. |
Example
http://192.168.42.129/api/programthumbnail/program1.vsn
{"base64":"data:image/png;base64,........."}
(The Base64-encoded string is long in most cases. Only the front part is illustrated here as an example.)