v1
latestOpenAPI 3.1.02026-07-24318141.2 MBUpdate Profile Group
patch/applications/{client_id}/profile-groups/{group_id}/
Path parameters
client_idstring required
group_idstring required
Request body
Response
200
Example response
{
"id": "4ecc2732-4ffc-4d70-832d-db09c2be36c2",
"name": "Test Group Updated",
"is_active": true,
"description": "Group for testing",
"created_at": "2025-01-05T15:18:44.001306Z",
"attributes": [
{
"key": "group_key_1",
"value": "01"
}
]
}