update_expense
Modify existing expense records by updating amount, category, description, or date fields using the expense ID.
Instructions
Update fields of an existing expense by ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| amount | No | ||
| category | No | ||
| description | No | ||
| date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||