update_transaction
Update specific fields of an existing budget transaction, such as amount, payee, category, date, notes, or cleared status, by providing only the changes needed.
Instructions
Update fields of an existing transaction. Only the fields you provide will be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_id | Yes | Transaction ID | |
| amount | No | New amount (negative for expenses, positive for income). Human amounts, not cents. | |
| payee | No | New payee name | |
| category | No | New category name or ID | |
| date | No | New date (YYYY-MM-DD or "today", "yesterday") | |
| notes | No | New notes | |
| cleared | No | Whether the transaction is cleared |