Merge pull request #1232 from charithag/master

Add missing media type
revert-70aa11f8
Charitha Goonetilleke 7 years ago committed by GitHub
commit caa5d3999a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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