Skip to content

Part attachment

The file attached to a part

typestring

The type of attachment

Example:"upload"
namestring

The name of the attachment

Example:"example.png"
urlstring

The URL of the attachment

Example:"https://picsum.photos/200/300"
content_typestring

The content type of the attachment

Example:"image/png"
filesizeinteger

The size of the attachment

Example:100
widthinteger

The width of the attachment

Example:100
heightinteger

The height of the attachment

Example:100
{ "type": "upload", "name": "example.png", "url": "https://picsum.photos/200/300", "content_type": "image/png", "filesize": 100, "width": 100, "height": 100 }