I want to assign the realm role "TEST_ROLE_123" to a group, I am using
PUT /admin/realms/ataccamaone/groups/{group-id}
{
"realmRoles":["TEST_ROLE_123"]
}
I got group-id
from /admin/realms/ataccamaone/groups/
However I get the response 204 No Content
and in the Keycloak console I do not see the assignment.