Update Firefly III Transaction
firefly_update_transactionUpdate Firefly III transactions by modifying specific fields. Retrieve current values first, then change descriptions, amounts, dates, accounts, or categories.
Instructions
Update an existing transaction. Only provide the fields you want to change.
First use firefly_get_transaction to retrieve the current values, then pass only the changed fields here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Transaction group ID to update | |
| description | No | Updated description | |
| date | No | Updated date (YYYY-MM-DD) | |
| amount | No | Updated amount | |
| source_name | No | Updated source account name | |
| destination_name | No | Updated destination account name | |
| category_name | No | Updated category name | |
| budget_name | No | Updated budget name | |
| tags | No | Updated tags | |
| notes | No | Updated notes |