update_category
Update properties of an existing category or category group, including name, description, and group membership, or replace children for category groups.
Instructions
Update properties for an existing category or category group. For category groups, supplying children replaces the group's full child list. Cannot be used to convert between category and category group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| categoryId | Yes | Id of the category or category group to update. | |
| name | No | New name. 1-100 characters. | |
| description | No | New description. Up to 200 characters. | |
| is_income | No | ||
| exclude_from_budget | No | ||
| exclude_from_totals | No | ||
| archived | No | ||
| group_id | No | Move this category into the specified category group, or null to remove from any group. | |
| children | No | Only valid for category groups. Replaces the group's full children list. Existing IDs (numbers) keep/move categories; strings create new sub-categories. |