kemApiV3InternalDevicesMigrationLogsIdVerifyPost method
- 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);
}