Optional
configuration: ConfigurationCreates a File.
Create a File
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
A file to upload. The file should follow the specifications of RFC 2388 (which defines file transfers for the multipart/form-data protocol).
The file purpose.
Optional
title: stringThe user friendly file title.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Deletes a File. This cannot be undone.
Delete a File
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Gets the contents of a File.
Get the Contents of a File
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Retrieves the details of an existing File.
Get a File
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Returns a list of Files. The Files are sorted with the most recently created appearing first.
List all Files
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
purposes: ListFilesPurposes[]A list of file purposes to filter on.
Optional
offset: numberThe (zero-based) offset of the first item in the collection to return.
Optional
limit: numberThe maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Generated using TypeDoc
FilesApi - axios parameter creator
Export