updateRecurringItem
Modify properties of an existing recurring financial transaction in Lunch Money, such as amount, frequency, or category, to keep records current.
Instructions
Update an existing recurring item's properties
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| payee | No | ||
| amount | No | ||
| currency | No | ||
| category_id | No | ||
| notes | No | ||
| account_id | No | ||
| tag_id | No | ||
| frequency | No | ||
| flow | No | ||
| start_date | No | ||
| end_date | No |