Move Resources
Move a set of existing files and folders to a folder in your site.
When an operation is partially successful, the response returns an error message for the first failure and does not include information about files that were successfully processed or files that were not attempted.
Endpoint
POST https://mysite.files.com/api/v2/resources/move
Replace mysite.files.com with your site address.
Request Body Schema
| Name | Data Type | Notes |
|---|---|---|
resources | array(string) | Required. Array of resources to be moved. Each should be specified either as the complete path (e.g. my/folder/file.txt) or with the internal resource ID (e.g. id:31415926535) |
parentResource | string | Required. The folder the items will be moved to. It can be specified as either the complete path (e.g. my/folder) or as a resource ID (e.g. id:66260702) |