update_transaction
Update an existing transaction's fields such as date, amount, payee, or status. Cannot modify split or grouped transactions.
Instructions
Update an existing transaction. Provide any subset of writable fields directly (the v2 API no longer wraps the body in a transaction envelope). Cannot modify split or grouped transactions; use the corresponding split/group tools instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transaction_id | Yes | ID of the transaction to update. | |
| update | Yes | Fields to update. Provide at least one writable field. | |
| update_balance | No | Defaults to true. Pass false to skip updating the associated manual account's balance. |