KEYCLOAK-1504
This commit is contained in:
parent
25328048aa
commit
0bec2bcd1e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue