update_costs
Change the hours, comment, date, or amount of an existing time entry for a task in a project.
Instructions
Change the hours, comment, date or amount of an existing time entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | New date. | |
| hours | No | New hours value. | |
| money | No | New cost amount. | |
| comment | No | New comment. | |
| cost_id | Yes | Entry to update. | |
| task_id | Yes | Task the entry belongs to. | |
| project_id | Yes | Project the task belongs to. |