Update Category
update_categoryModify an existing budget category's name, note, or goal details in YNAB to reflect changes in financial planning or organization.
Instructions
[1 API call] Update an existing category's name, note, or goal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | No | Budget ID or 'last-used' | last-used |
| category_id | Yes | The category ID to update | |
| name | No | New category name | |
| note | No | New category note | |
| goal_target | No | New goal target in dollars | |
| goal_target_date | No | New goal target date (YYYY-MM-DD) |