update_expense
Modify an existing expense's project, category, cost, billing details, or other fields. Only specified fields are updated.
Instructions
Update an existing expense including project, category, cost, and billing details. Only provided fields will be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the expense to update (required) | |
| notes | No | Update the notes | |
| units | No | Update the units | |
| user_id | No | Update the user ID | |
| billable | No | Update the billable status | |
| project_id | No | Update the project ID | |
| spent_date | No | Update the spent date | |
| total_cost | No | Update the total cost | |
| expense_category_id | No | Update the expense category ID |