API Docs / Operations / Client - Documents / Track External File

Track External File

POST /tenants/{tenant}/clients/{client}/clientdocument/track-external

Creates a document record for a file that already exists in the external storage provider. No file upload — just associates the external file with Sodium metadata (title, category, visibility, etc.).

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string

Request Body*

{
  "externalFileId": "string",
  "fileName": "string",
  "fileSize": 0,
  "title": "string",
  "summary": "string"
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key