update_category
Update YNAB category metadata by specifying only the fields to change. Supports renaming, editing notes, hiding categories, and dry-run previews.
Instructions
Update category metadata in YNAB.
Only provide the fields you want to change.
Args: category_id: Category UUID. name: New category name. note: New category note. hidden: Whether to hide the category. 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 | ||
| hidden | No | ||
| dry_run | No | ||
| budget_id | No | ||
| category_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |