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 * @param client
* @return * @return
*/ */
@Path("{role}/composites/clients/{client}") @Path("{role-id}/composites/clients/{client}")
@GET @GET
@NoCache @NoCache
@Produces(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON)