mmex_payees_update_partial
Update specific payee fields in Money Manager EX databases by providing the payee ID and any optional attributes to modify.
Instructions
Update an existing payee partially.
Args:
id: The payee ID.
name: The payee name.
category_id: Default category ID.
number: Payee number/reference.
website: Payee website.
notes: Notes about the payee.
active: Whether the payee is active.
pattern: Pattern for auto-categorization.
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 | ||
| category_id | No | ||
| number | No | ||
| website | No | ||
| notes | No | ||
| active | No | ||
| pattern | No | ||
| db_path | No | ||
| db_key | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |