mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Add missing media type
This commit is contained in:
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…
Reference in New Issue
Block a user