V3 > Filesystem
Move file(s).
Moves the specified file to a new location within the channel based on the provided parameters.
post/2/vod/channels/{channel}/browse/move
Path parameters
channelinteger required
The Channel unique identifier
Request body
Example request
{
"destination": "1jhvl2upwoctc",
"files": "1jhvl2upwoctc,1jhvl2upwoctc,1jhvl2upwoctc"
}Response
OK
Example response
{
"result": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.