Create File

These are 3 API endpoints which create a file object in a File Channel, of type file, folder or link, based on the fileType path parameter that you specify.

Path Params
string
required

The type of file object to be created. This can be 'file', 'folder', or 'link'.

Body Params
string
required

The full path where the file object will be created. This should include the filename and extension, if relevant

string
required

The File Channel where the file object will be created.

string

The URL that the link points to (only relevant when fileType = link)

string
enum
Defaults to read_write

For folders only, the client permissions on the folder.

Allowed:
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json