Add missing media type

revert-70aa11f8
charitha 7 years ago
parent f7f13f2052
commit f62cb4febd

@ -612,6 +612,8 @@ public interface RoleManagementService {
@DELETE @DELETE
@Path("/{roleName}") @Path("/{roleName}")
@ApiOperation( @ApiOperation(
consumes = MediaType.APPLICATION_JSON,
produces = MediaType.APPLICATION_JSON,
httpMethod = "DELETE", httpMethod = "DELETE",
value = "Deleting a Role", value = "Deleting a Role",
notes = "Roles become obsolete over time due to various reasons. In a situation where your " + notes = "Roles become obsolete over time due to various reasons. In a situation where your " +

Loading…
Cancel
Save