Categorise transactions by id
transaction_categorizeSet or clear the category on transactions by id, for a one-off no rule is worth writing for. Every id is checked first, so one unknown id refuses the whole call. category_rules matches by text instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Transaction ids, as returned by transactions_list or transactions_search | |
| category | Yes | Category to set. Pass an empty string to clear it |