kemApiV3InternalDevicesMigrationLogsIdVerifyPost method

Future<Response> kemApiV3InternalDevicesMigrationLogsIdVerifyPost({
  1. required int? id,
})

Verify that a previous device migration was successful and update the given device migration log status accordingly. @param id

Implementation

Future<chopper.Response> kemApiV3InternalDevicesMigrationLogsIdVerifyPost(
    {required int? id}) {
  return _kemApiV3InternalDevicesMigrationLogsIdVerifyPost(id: id);
}