<Keycloak put request to update client role's asso...
# community-feeds
r
Keycloak put request to update client role's associated roles I have a client role in Keycloak which I am trying to update its associated roles. But i am getting a bad request when calling the admin API. This is the API which I am calling. PUT /admin/realms/{realm}/roles/{role-name} Update a role by name. This is my request payload { "id": "0c80ac27-1788-4823-850c-8c2c0b53b6fa", "name": "Bus Operator", "description": "", "composite": true, "clientRole": true, "containerId": "b99076e7-1ebd-4085-a4ac-9a418cbfb8f3",...