Uploads a new version of the workspace file with the specified id.

Uploads a new version of an workspace file. Use this to upload a file as a form value along with the basic file meta data. The file size must not exceed 1GB.

Path parameters

workspaceIdUUIDRequired
The id of the workspace.
fileIdUUIDRequired
The id of the file.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects a multipart form containing a file.
FilefileRequired

Response

OK
idUUIDOptional
The id of the file version.
fileInfoIdUUIDOptional
The id of the file this version belongs to.
versiondoubleOptional
The version of the file.
sizelongOptional
The size of the file, in bytes.
widthdouble or nullOptional
The width if this is an image file.
heightdouble or nullOptional
The height if this is an image file.
createdOndatetimeOptional
The date this file version was created.
createdByUUIDOptional
The id of the user who created this file version.
updatedOndatetimeOptional
The date this file version was last modified.
updatedByUUIDOptional
The id of the user who last modified this file version.