Move Videos to Folder
post/serve/api/v1/folders/move
Request body
Example request
{
"folder_id": 671631448308117500,
"video_nos": [
"VI671631448308117504"
]
}Response
Successful response
Example response
{
"msg": "success",
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.