update_expense
Update an existing expense entry by specifying its ID and any fields to change, such as date, amount, category, subcategory, or note.
Instructions
Update an existing expense entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expense_id | Yes | ||
| date | Yes | ||
| amount | Yes | ||
| category | Yes | ||
| subcategory | No | ||
| note | No |