update_transaction
Update a transaction's category, merchant, amount, date, notes, hide status, or review flag by specifying the transaction ID.
Instructions
Update fields on an existing transaction. Only provided fields are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_id | Yes | The transaction ID to update | |
| category_id | No | New category ID | |
| merchant_name | No | New merchant name | |
| amount | No | New amount | |
| date | No | New date in YYYY-MM-DD format | |
| notes | No | New notes | |
| hide_from_reports | No | Whether to hide from reports | |
| needs_review | No | Whether to mark as needs review |