Set Base Folder

PUT /tenants/{tenant}/connections/{code}/base-folder

Creates or updates the base folder reference for a document storage connection. The connection must have the DocumentManagement capability.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* 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