When changing a category group name, the change is not sent back in delta requests, meaning group names become stale UNTIL a category within that group is modified, which is then sent back in a delta request including the changes for the surrounding group. Steps to reproduce: Make Postman request to categories, take note of last knowledge. Change group name in YNAB Make delta request, no change is sent (but server knowledge does increment) Delete or rename category in the group Make another delta request, change is sent back.