Move Resources
Summary
Move a set of existing files/folders to a folder in your site.
If an operation is partially successful, you will receive an error message for the first failure, and the response will not include information about any files that were successfully processed or any 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 ) |