Skip to main content
POST
/
attachments
{
  "id": "<string>",
  "name": "<string>",
  "content": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

multipart/form-data

Attachment details and data

file
file

File content of the attachment

metadata
object

Response

Attachment created successfully

id
string

Unique identifier for the attachment

name
string

Name of the attachment

content
string

Content of the attachment, base64 encoded