Log work on task
reclaim_log_workLog completed work time against a task. Reclaim REST: POST /api/planner/log-work/task/{id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The task id. | |
| end | No | End time of the logged work (ISO-8601 Zulu datetime → query param end). | |
| minutes | Yes | Minutes of work to log (→ query param minutes). |