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.
On ClickUp API docs, there is no field "content" when updating a task. I assume they have changed
content
withdescription
, and when updating the library in that fashion updating the description indeed works (whereas settingcontent
doesn't do anything).As seen at their docs; https://clickup.com/api/clickupreference/operation/UpdateTask/