mmex_assets_update_partial
Partially update an existing financial asset's attributes like name, value, or status in a Money Manager EX database without affecting other fields.
Instructions
Update an existing asset partially.
Args:
id: The asset ID.
name: The asset name.
start_date: Start date (YYYY-MM-DD).
status: Asset status.
currency_id: Currency ID.
value_change_mode: Value change mode.
value: Asset value.
value_change: Value change.
notes: Notes.
value_change_rate: Value change rate.
asset_type: Asset type.
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 |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| start_date | No | ||
| status | No | ||
| currency_id | No | ||
| value_change_mode | No | ||
| value | No | ||
| value_change | No | ||
| notes | No | ||
| value_change_rate | No | ||
| asset_type | No | ||
| db_path | No | ||
| db_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |