API Docs / Operations / Client - Documents / Set Client Document Folder

Set Client Document Folder

PUT /tenants/{tenant}/clients/{client}/document-folder

Updates the external folder reference for a client's documents. This is only relevant if an external Document Storage provider has been set for the Tenant

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string

Request Body*

{
  "containerId": "string",
  "driveId": "string",
  "siteId": "string",
  "displayPath": "string",
  "externalUrl": "string"
}

Responses

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