Edit Expense
edit_expenseUpdate an existing expense record with new amount, date, category, subcategory, or note. Fix mistakes or adjust spending details by providing the expense ID and the fields to change.
Instructions
Edit an existing expense.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | New date | |
| note | No | New note | |
| amount | No | New amount | |
| category | No | New category | |
| expense_id | Yes | ID of expense to edit | |
| subcategory | No | New subcategory |