KEYCLOAK-1504

This commit is contained in:
Stian Thorgersen 2015-07-17 10:21:15 +02:00
parent 25328048aa
commit 0bec2bcd1e

View file

@ -195,7 +195,7 @@ public class RoleByIdResource extends RoleResource {
* @param client
* @return
*/
@Path("{role}/composites/clients/{client}")
@Path("{role-id}/composites/clients/{client}")
@GET
@NoCache
@Produces(MediaType.APPLICATION_JSON)