Skip to content
New issue

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

Roadmap for v0.1 #1

Open
psolymos opened this issue Jun 15, 2020 · 1 comment
Open

Roadmap for v0.1 #1

psolymos opened this issue Jun 15, 2020 · 1 comment
Labels
roadmap Planning and tracking progress towards milestones
Milestone

Comments

@psolymos
Copy link
Owner

psolymos commented Jun 15, 2020

ClickUp API v2.0 https://clickup.com/api

API reference Code Docs Tested Comments Priority
Attachments Need example
Authorization OAuth flow only
Checklists
Comments
Custom Fields
Dependencies
Folders
Goals
Guests Enterprise only
Lists
Members
Shared Hierarchy
Spaces
Tags
Tasks
Task Templates
Teams
Time Tracking
Users Enterprise only
Views
Webhooks
@psolymos
Copy link
Owner Author

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.

@psolymos psolymos added the roadmap Planning and tracking progress towards milestones label Jun 24, 2020
@psolymos psolymos added this to the v0.1 milestone Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
roadmap Planning and tracking progress towards milestones
Projects
None yet
Development

No branches or pull requests

1 participant