We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ClickUp API v2.0 https://clickup.com/api
The text was updated successfully, but these errors were encountered:
ClickUp support promptly addressed the attachment issue:
After discussing with our developers they've informed me that our API documentation is actually incorrect here. They've provided me with this curl: "curl --location --request POST 'https://api.clickup.com/api/v2/task/8gd5ki/attachment' --header 'Authorization: pk_xxx' --header 'Content-Type: multipart/form-data' --form 'filename=test.png' --form 'attachment=@/C:/Users/hhh/Downloads/Screen Shot 2020-06-17 at 9.49.44 AM.png'" Where this line --form 'attachment=@/C:/Users/hhh/Downloads/Screen Shot 2020-06-17 at 9.49.44 AM.png' should contain the path to the file.
After discussing with our developers they've informed me that our API documentation is actually incorrect here.
They've provided me with this curl:
"curl --location --request POST 'https://api.clickup.com/api/v2/task/8gd5ki/attachment' --header 'Authorization: pk_xxx' --header 'Content-Type: multipart/form-data' --form 'filename=test.png' --form 'attachment=@/C:/Users/hhh/Downloads/Screen Shot 2020-06-17 at 9.49.44 AM.png'"
Where this line
--form 'attachment=@/C:/Users/hhh/Downloads/Screen Shot 2020-06-17 at 9.49.44 AM.png'
should contain the path to the file.
Sorry, something went wrong.
No branches or pull requests
ClickUp API v2.0 https://clickup.com/api
The text was updated successfully, but these errors were encountered: