Update Month Category Budget
update_month_categoryAllocate money to YNAB budget categories by updating assigned amounts for specific months. Modify category budgets to match financial plans.
Instructions
[1 API call] Update the budgeted/assigned amount for a category in a specific month. This is how you allocate money to categories.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | No | Budget ID or 'last-used' | last-used |
| month | Yes | Month in YYYY-MM-DD format (first of month) or 'current' | |
| category_id | Yes | The category ID | |
| budgeted | Yes | Amount to budget/assign in dollars (e.g., 500.00) |