Track External File
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
| Name | Type | Description |
|---|---|---|
| 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
201 Created
400 Bad Request
401 Unauthorized – Invalid or missing API key