Skip to main content
POST
Move file

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_system_key
string
required

Body

application/json
from
string
required

Current path of the file or folder, relative to the file system root

Required string length: 1 - 4096
to
string
required

New path of the file or folder, relative to the file system root

Required string length: 1 - 4096

Response

File successfully moved.

from
string
required
to
string
required