update_transaction
Update an existing transaction in Actual Budget by specifying its ID and any fields to change. Only provided fields are modified; returns the updated transaction details.
Instructions
Update an existing transaction in Actual Budget. Only provided fields will be updated, others remain unchanged. Use list_transactions to get transaction ids. Returns the updated transaction details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | New date in YYYY-MM-DD format | |
| notes | No | New notes | |
| payee | No | New payee name | |
| amount | No | New amount in dollars | |
| cleared | No | New cleared status | |
| category | No | New category name | |
| transaction_id | Yes | Transaction id to update. Use list_transactions to get ids |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||