Files

Upload a global file

Uploads a file to global storage via multipart/form-data with a file field that accepts either binary data or a URL string to download from.

post/v1/files/{path}

Path parameters

pathstring required

Response

Default Response

pathstring required

Path to the file in the storage system

sizenumber required

Size of the file in bytes

lastModifiedstring date-time required

Timestamp when the file was created

Changes