79407348

Date: 2025-02-02 21:05:48
Score: 1
Natty:
Report link

Based on the UpdateTask documentation, you would need to use the duration and duration_unit fields instead of a duration object.

api.update_task(task_id="foobar", duration=30, duration_unit='minute')
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: gmatthew