entry_update
Update an existing entry in Toshl Finance by ID, modifying date, amount, description, tags, category, account, or currency.
Instructions
Update an existing entry in Toshl Finance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Entry ID | |
| date | No | Entry date (YYYY-MM-DD) | |
| desc | No | Entry description | |
| tags | No | Array of tag IDs | |
| amount | No | Entry amount (negative for expense, positive for income) | |
| account | No | Account ID | |
| category | No | Category ID | |
| currency | No | Currency object | |
| updateMode | No | Update mode for repeating entries (all, one, tail) |