V3 > Mixtape

Attach direct media.

Manually attaches media in the specified mixtape

put/2/vod/mixtapes/{mixtape}/media

Path parameters

mixtapestring required

The Mixtape unique identifier

Request body

deepboolean
foldersstring[] nullable

Attach all media in these folders

mediastring[] nullable

The media unique identifier

Example request

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

Response

OK

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

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes

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