Update a task
partial_update_tasksPartial update (PATCH) of a task — send only the fields to change (progress, status, story_points, order, ...). Note: the backend re-normalizes sibling order after every save, so a large order value lands the task at the end rather than that exact index. Mark a task done by sending is_completed=true, progress=100, status=DONE. Every task carries app_url, a ready-to-use deep link into the ProWoDo web app — give it to the user instead of describing where to click.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| kwargs | Yes |