update_spending
Update an existing expense record by providing its ID and any new values for date, amount, source, category, or description.
Instructions
Update an existing expense record
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | New date (YYYY-MM-DD) | |
| amount | No | New amount | |
| sourceId | No | New source ID | |
| categoryId | No | New category ID | |
| spendingId | Yes | Spending ID | |
| description | No | New description |