V3 > Label
Bulk attach labels.
Attach labels specified in the request associated with the provided channel.
post/2/vod/channels/{channel}/labels
Path parameters
channelinteger required
The Channel unique identifier
Request body
Example request
{
"folders": [
"1jhvl2upwoctc"
],
"labels": [
"12345"
],
"media": [
"1jhvl2upwoctc"
]
}Response
OK
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.