Update API definition

mgt-check
Rajitha Kumara 1 year ago
parent 5f5ac9d5ab
commit 74a7befe02

@ -838,9 +838,9 @@ public interface DeviceManagementService {
Response getDeviceByIdList(List<String> deviceIds); Response getDeviceByIdList(List<String> deviceIds);
@PUT @GET
@Produces(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON)
@Path("/{type}/{id}") @Path("/{type}/{id}/status")
@ApiOperation( @ApiOperation(
produces = MediaType.APPLICATION_JSON, produces = MediaType.APPLICATION_JSON,
httpMethod = "GET", httpMethod = "GET",

Loading…
Cancel
Save