POST /api/storage/v1/move or /api/storage/v1/move-overwrite or /api/storage/v1/move-createdirs or /api/storage/v1/move-createdirs-overwrite
Move/rename file to destination path.
Request
{
"token": String,
"from": String,
"to": String
}
Response
Status code: 200
{
"type": "moved"
}
Possible errors
invalid tokennot verifiedpermission deniedpath occupied(non overwrite only)file not foundexternal