Inserts or creates a subfolder in a given parent folder.
createSubFolder Parameter Descriptions
Parameter Name |
Data Type |
Description |
name |
string |
Name of the folder to create. |
parentUniqueKey |
string |
Unique key of the folder to create a subfolder within. |
createSubFolder Response Descriptions
Parameter Name |
Data Type |
Description |
uniqueKey |
string |
The unique key of the subfolder. |