update_expense
Update existing expense records by modifying only the fields you specify. Pass empty strings to clear text fields while preserving other data.
Instructions
Edit an expense. Omitted fields are left alone; pass "" to clear a text field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| date | No | ||
| note | No | ||
| tags | No | ||
| amount | No | ||
| category | No | ||
| merchant | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||