Skip to main content

Create an attachment

POST 

/v1/attachments

Make a request to create an attachment

Request

Body

The request body to be sent with this request

    oneOf
    file binaryrequired

    The file to be uploaded

    description string

    A description of the attachment

Responses

Created

Schema
    attachment object
    id integer

    The unique identifier for the attachment

    description string

    The description of the attachment

Loading...