The Open API specification for Synapse is now available for download!

Download Open API Spec

Attachment

org.sagebionetworks.repo.model.message.cloudmailin.Attachment

Message Attachment

Field Type Description
content STRING The content of the attachment in base-64 encoding, if the message isn't using an attachment store.
content_id STRING The ID used to reference the content elsewhere in the multipart message.
url STRING A URL to the attachment if the attachment is within an attachment store.
file_name STRING The original file name of the attachment.
content_type STRING The content type of the attachment.
size STRING The size of the attachment.
disposition STRING The disposition of the attachment either attachment or inline.