Add a Folder
Summary
Creates a new empty folder at the specified path.
Endpoint
POST https://mysite.files.com/api/v2/resources
Replace mysite.files.com with your site address.
Request Parameters
Name | Data Type | Description |
---|---|---|
path | string | Full path to the new folder, including the name of the new folder |
name | string | Required if path parameter is not present. Ignored if path parameter is present.The name of the folder to create. |
parentResource | string | Required if path parameter is not present. Ignored if path parameter is present.Which folder to create the new folder in. It can be specified as either the complete path (e.g. my/folder/ ) or as a resource ID (e.g. id:31415926535 ) |