v1

latestOpenAPI 3.0.02026-07-2452762.3 KB
Uploads

/uploads

Upload an asset to a workspace

Body

  • fileName - the name of the file
  • ext - the extension of the file
  • size - the size of the file
  • mime - the mime of the file
  • recordedAt - when the file was created
  • parentBoardId (optional) - the parent board to create the asset under
  • assetId (optional) - the parent asset to create a new version for this file under
  • customFields (optional) - the list of custom fields and values to assign to the asset
  • tags (optional) - the list of tags to assign to the asset version
post/v1/uploads

Request body

fileNamestring

The name of the file

extstring

The extension of the file in bytes

sizenumber

The size of the file

mimestring

The mime of the file

recordedAtstring

The date and time the file was created (ISO 8601 format)

parentBoardIdstring

The id of the parent board to create the asset under

assetIdstring

The id of the parent asset to create a new version for this file under

Response

Asset created successfully

OR