kemApiV3KohleradminDevicesMigrationLogIdVerifyPost method

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

Verify that a prior device migration attempt was successful.

This potentially updates the device migration log entry from a pending or previously failed state. @param id

Implementation

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