Skip to main content
POST
Upload Task Attachments

Authorizations

Authorization
string
header
required

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

Path Parameters

task_id
string<uuid>
required

Body

multipart/form-data
files
string[]
required

Response

Successful Response

created_at
string<date-time>
required
filename
string
required
id
string<uuid>
required
size_bytes
integer
required
task_id
string<uuid>
required
mime_type
string | null