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