Create Task Attachment

Upload a file to a task as an attachment. Files stored in the cloud cannot be used in this API request.

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>

When the custom_task_ids parameter is set to true, the Workspace ID must be provided using the team_id parameter.
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
{}