Move Documents to Portal Folder
Changes which client portal folder the given documents appear in. Pass an empty or omitted portalFolderPath to move them to the portal root. Portal folders are virtual, so moving the last document out of a folder removes that folder from the portal. The physical file in external storage is not moved.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
Request Body*
{
"documentCodes": [
"string"
],
"portalFolderPath": "string"
}
Responses
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found