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

The body is of type object.

Response

201
application/json

Attachment created successfully

The response is of type object.