Methods

  • POST — Moving a file to a directory

Resource

{
    "files": [
        {
            "hash": "uuid",
            "name": "string"
        }
    ]
}

Properties

Name Type Description Additional
files[] array

Files to move

Optional
files[].hash uuid

File ID

Optional
files[].name string

File name

Optional