Result from a call to the API endpoint POST https://api.clickup.com/api/v2/task/task_id/attachment
Arguments
- task_id
Task ID.
- attachment
Path to a file.
- filename
File name as it will show up in CluckUp, deduced from
attachmentwhen not provided (NULL).- ...
Can be used to pass mime
typeargument tohttr::upload_file(), mime type is guessed otherwise.- cu_token
ClickUp personal access token or an access token from the OAuth flow. The
CU_PATenvironment variable is used whenNULL.
See also
cu for the cu object class.