API Docs / Operations / Client - Documents / Create External Folder

Create External Folder

POST /tenants/{tenant}/clients/{client}/external-folders

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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
{
  "name": "string",
  "parentFolderId": "string"
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found