jpetrucciani / pyclickup

a python library for accessing the ClickUp api
MIT License
67 stars 35 forks source link

[Task Update] No field "content" #23

Open Erol444 opened 6 months ago

Erol444 commented 6 months ago

On ClickUp API docs, there is no field "content" when updating a task. I assume they have changed content with description, and when updating the library in that fashion updating the description indeed works (whereas setting content doesn't do anything).

myTask.update(content= 'Test123') # Doesn't do anything.

image As seen at their docs; https://clickup.com/api/clickupreference/operation/UpdateTask/