Upload attachments
POST
/tm/tasks/{task_id}/attachmentsRequest
Path Params
task_id
string
required
Body Params multipart/form-data
files[]
file
required
Max file size is 100MB
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
success
boolean
required
data
object (Attachment)
required
id
string <uuid>
required
creatorId
string <uuid>
required
service
enum<string>
required
Allowed values:
weeekgoogle_drivedropboxone_drivebox
name
string
required
url
string <uri>
required
Attachment URL. If service
is weeek
, this URL will be available for an hour.
size
integer
optional
The size of the attachment in bytes. Only present when service
is weeek
createdAt
string <date-time>
required
Example
Not configured
Last modified: 8 months ago