INCOMPLETE, when adding an IconAttachment, an asset is automatically created (this functionality is exposed) but any other CRUD operation associated with it isn't implemented

filename
string
required

the filename of the asset, this is generally a string representation of the _id followed by the filtype. i.e. "abcdef123456789.png"

mimeType
string
required

The media type of the asset, indicating the format of the file. Common MIME types include 'image/jpeg' for JPEG

orgId
object
required

Associated orgId (this links to a corresponding Org object)

originalFilename
string
required

the original filename of the asset at point of upload

teamId
object
required

Associated teamId (this links to a corresponding Team object)

uploadedAt
string
required

The date and time at which the asset was uploaded.

_id
object