update_category
Modify an existing category's title, colour, bill/transfer flags, parent, roll-up, or refund behaviour using the category ID.
Instructions
Update a PocketSmith category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The category ID | |
| title | No | New title | |
| colour | No | CSS hex colour | |
| is_bill | No | Mark as bill category | |
| roll_up | No | Roll up into parent | |
| parent_id | No | Parent category ID | |
| is_transfer | No | Mark as transfer category | |
| refund_behaviour | No | Refund behaviour (debits_are_deductions, credits_are_refunds, or null) |