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
attachment
when not provided (NULL
).- ...
Can be used to pass mime
type
argument tohttr::upload_file()
, mime type is guessed otherwise.- cu_token
ClickUp personal access token or an access token from the OAuth flow. The
CU_PAT
environment variable is used whenNULL
.
See also
cu for the cu object class.