Create External Folder
Creates a folder in the client's external storage folder. Pass parentFolderId to create it inside a subfolder; omit it to create at the top level of the client's folder. Returns 404 if the tenant has no external storage or the client has no folder mapped.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
Request Body*
{
"name": "string",
"parentFolderId": "string"
}
Responses
201 Created
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found