Create Task Attachment

Upload a file to a task as an attachment.

Note: This request uses multipart/form-data as the content type.

SecurityAuthorization Token
Request
path Parameters
task_id
required
string
query Parameters
custom_task_ids
boolean

If you want to reference a task by its custom task id, this value must be true.

team_id
number <double>

Only used when the custom_task_ids parameter is set to true.

For example: custom_task_ids=true&team_id=123.

Request Body schema: multipart/form-data
required
attachment
Array of any
Responses
200
post/v2/task/{task_id}/attachment
Request samples
Response samples
application/json
{}