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

foldersstring[]
labelsstring[]
mediastring[]

The media unique identifier

Example request

{
  "folders": [
    "1jhvl2upwoctc"
  ],
  "labels": [
    "12345"
  ],
  "media": [
    "1jhvl2upwoctc"
  ]
}

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 1 revision of this API.