edit_expense
Edit an existing expense in the database by updating its amount, category, date, and description using the expense ID.
Instructions
Edit expense in database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| date | Yes | ||
| amount | Yes | ||
| category | Yes | ||
| description | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||