update_category
Update category details or savings target in YNAB by specifying the category ID and any fields to change.
Instructions
Update category metadata or target configuration in YNAB.
Only provide the fields you want to change.
Args: category_id: Category UUID. name: New category name. note: New category note. category_group_id: New category group UUID. target_amount: Positive target amount in dollars. target_date: Target date in YYYY-MM-DD format. target_needs_whole_amount: Whether the entire target is needed. target_frequency: Target recurrence: monthly, weekly, or yearly. Cannot be combined with target_date. budget_id: Budget ID. Defaults to last-used budget. dry_run: Validate and preview without updating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| note | No | ||
| dry_run | No | ||
| budget_id | No | ||
| category_id | Yes | ||
| target_date | No | ||
| target_amount | No | ||
| target_frequency | No | ||
| category_group_id | No | ||
| target_needs_whole_amount | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |