Transactions Update Transaction
transactions_update_transactionUpdate a Monarch Money transaction by changing its amount, category, merchant, notes, tags, review status, or other fields. Use this to correct or enrich transaction data.
Instructions
Update transaction. This may create or update Monarch data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| notes | No | ||
| amount | No | ||
| fields | No | Optional dotted output field paths to return, such as ['id', 'merchant.name', 'category.name']. | |
| goal_id | No | ||
| tag_ids | No | ||
| account_id | No | ||
| clear_goal | No | ||
| category_id | No | ||
| output_mode | No | Output shape to return. Use summary for compact CLI-style defaults, full for complete structured data without raw, and raw for complete structured data including raw payloads. | summary |
| session_path | No | ||
| merchant_name | No | ||
| owner_user_id | No | ||
| review_status | No | ||
| transaction_id | Yes | ||
| hide_from_reports | No | ||
| needs_review_by_user_id | No |