API Docs / Operations / Client - Documents / Move Documents to Portal Folder

Move Documents to Portal Folder

PUT /tenants/{tenant}/clients/{client}/clientdocument/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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
{
  "documentCodes": [
    "string"
  ],
  "portalFolderPath": "string"
}

Responses

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