edit_expense
Modify an existing expense by ID, updating only the fields you specify such as amount, date, category, or note.
Instructions
Edit an existing expense by ID. Only pass the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | New date YYYY-MM-DD (optional) | |
| note | No | New note (optional) | |
| title | No | New title (optional) | |
| amount | No | New amount (optional) | |
| category | No | New category (optional) | |
| expense_id | Yes | ID of the expense to update |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||