Interface FilesApiCreateFileRequest

Request parameters for createFile operation in FilesApi.

Export

FilesApiCreateFileRequest

Hierarchy

  • FilesApiCreateFileRequest

Properties

file: File

A file to upload. The file should follow the specifications of RFC 2388 (which defines file transfers for the multipart/form-data protocol).

Memberof

FilesApiCreateFile

The file purpose.

Memberof

FilesApiCreateFile

tilled_account: string

The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.

Memberof

FilesApiCreateFile

title?: string

The user friendly file title.

Memberof

FilesApiCreateFile

Generated using TypeDoc