Update Profile Group
Update profile group labels, priority, archived status, or monitoring frequency overrides. The profile group key cannot be supplied or changed through the public API.
Documentation Index
Fetch the complete documentation index at: https://docs.gominerva.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The Minerva API key used for this integration. Manage API keys in the Minerva dashboard under Administration > Developers.
Path Parameters
The Minerva-generated profile group ID.
Body
Profile group update request
Customer-facing profile group label.
"High Risk"
Optional description of the population this group represents. Send an empty string to clear it.
"Enhanced diligence customers requiring the most frequent monitoring."
Non-negative priority used to resolve profiles assigned to multiple groups. Active groups in the same workspace must use unique priorities.
x >= 0100
Set to true to archive the group, or false to restore it.
false
Optional monitoring cadence overrides for profiles assigned to this group. Omitted feed keys inherit the workspace-level cadence.
{
"Sanctions": "daily",
"PEP": "monthly",
"News": "monthly"
}