update_month_category
Modify budgeted amounts for specific categories in monthly budgets to reallocate funds or adjust financial planning in YNAB.
Instructions
Update the budgeted amount for a category in a specific month.
Use this to move money between categories or adjust budget allocations.
Args: category_id: The category UUID to update. budgeted: New budgeted amount in milliunits (e.g., 50000 = $50.00). month: Month in YYYY-MM-DD format (first of month). Defaults to current month. budget_id: Budget ID (uses default if omitted).
Returns: Updated category with new budgeted amount, activity, and balance.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id | Yes | ||
| budgeted | Yes | ||
| month | No | ||
| budget_id | No |