update_category
Modify a YNAB budget category by updating its name, note, or goal target amount to reflect changes in your financial planning.
Instructions
Update a category's name, note, or goal target.
Args: category_id: The category UUID. name: New category name. note: New category note. goal_target: New goal target in milliunits (e.g., 500000 = $500.00). budget_id: Budget ID (uses default if omitted).
Returns: Updated category details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id | Yes | ||
| name | No | ||
| note | No | ||
| goal_target | No | ||
| budget_id | No |