Campaign Group
Manage campaign group records used to organize related campaigns. Create, retrieve, update, patch, and delete campaign groups within the system.
Campaign groups provide a way to cluster related detected campaigns — for example, recurring instances of the same spam pattern — under a single manageable entity. Despite the usual REST convention, PATCH and PUT here are not partial-vs-full variants of the same update: PATCH changes only the group's status (active or inactive, and status cannot move to inactive while the group is in use), while PUT changes only its name (which must be unique on the instance). Listing, creation, retrieval by ID, and deletion round out the resource.