update_category
Modify YNAB budget categories by renaming, adding notes, moving between groups, or updating goal targets to maintain accurate financial organization.
Instructions
Update a category's properties (rename, change note, move to different group, or update goal target).
Args:
budget_id: The ID of the budget (use 'last-used' for default budget)
category_id: The category ID to update
name: New name for the category (optional)
note: New note for the category (optional)
category_group_id: Move to a different category group ID (optional)
goal_target: New goal target amount - only works if category already has a goal configured (optional)
Returns:
JSON string with the updated category
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | Yes | ||
| category_group_id | No | ||
| category_id | Yes | ||
| goal_target | No | ||
| name | No | ||
| note | No |