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