update_expense
Update an expense entry by providing its ID and optional new description, amount, or billable status.
Instructions
Update an expense entry. billable: 'true' or 'false' to set; leave empty to skip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | ||
| billable | No | ||
| expense_id | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |