mmex_transactions_update_split
Update an existing split transaction by specifying split ID, transaction ID, amount, category, and notes to keep financial records accurate.
Instructions
Update an existing split.
Args:
split_id: Split ID.
transaction_id: Transaction ID.
amount: Split amount.
category_id: Category ID.
notes: Notes.
db_path: Path to the .mmb database file. Optional if MMEX_DB_PATH env var is set.
db_key: Encryption key for SQLCipher databases. Optional if MMEX_DB_KEY env var is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| split_id | Yes | ||
| transaction_id | Yes | ||
| amount | Yes | ||
| category_id | No | ||
| notes | No | ||
| db_path | No | ||
| db_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |