The base URL for the files API.
The clientId
parameter is of type TClientId
, which is a custom
type that represents the client ID. It is used to identify the client associated with the files.
The siteId
parameter is a string that represents the ID of a site. It is
used to identify a specific site in the system.
Optional
fileId: string = nullThe fileId
parameter is a string that represents the ID of
a specific file. It is optional and can be set to null
if no specific file ID is provided.
The function Files
returns an object with the following properties and methods:
The
Files
function is a TypeScript module that provides methods for interacting with files, including getting, creating, updating, and deleting files.