Move Videos to Folder

post/serve/api/v1/folders/move

Request body

folder_idinteger required

Target folder id. -1 = Default folder. Must already exist and belong to your account (not auto-created).

video_nosstring[] required

Video identifiers to move. Max 500 per request.

Example request

{
  "folder_id": 671631448308117500,
  "video_nos": [
    "VI671631448308117504"
  ]
}

Response

Successful response

msgstring
successboolean
failedboolean

Example response

{
  "msg": "success",
  "success": true
}

Changes

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