mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
fixing the mismatch of swagger annotation and implementation
This commit is contained in:
parent
bf1e00f472
commit
6d14133bab
@ -87,11 +87,11 @@ public interface DeviceManagementService {
|
||||
value = "List of applications that need to be persisted against the device")
|
||||
List<Application> applications);
|
||||
|
||||
@GET
|
||||
@PUT
|
||||
@Path("/{id}/pending-operations")
|
||||
@ApiOperation(
|
||||
produces = MediaType.APPLICATION_JSON,
|
||||
httpMethod = "GET",
|
||||
httpMethod = "PUT",
|
||||
value = "Get the operation list pending for the device",
|
||||
responseContainer = "List",
|
||||
notes = "The Android agent communicates with the server to get the operations that are queued up " +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user