CreateExternalFolderRequest
Request to create a new folder in the client's external storage provider.
Properties
| Name | Type | Description |
|---|---|---|
| name* | string | Name for the new folder. Cannot contain characters that storage providers reject |
Name for the new folder. Cannot contain characters that storage providers reject | ||
| parentFolderId | string | Platform-specific id of the folder to create the new folder inside. Omit to create it |
Platform-specific id of the folder to create the new folder inside. Omit to create it | ||
JSON Example
{
"name": "string",
"parentFolderId": "string"
}