kemproApiV2DevicesIdPeripheralsRenamePost method

Future<Response> kemproApiV2DevicesIdPeripheralsRenamePost({
  1. required int? id,
  2. required PeripheralRenameV2Body? body,
})

Rename the display name of a peripheral entry for a device with the given ID. @param id

Implementation

Future<chopper.Response> kemproApiV2DevicesIdPeripheralsRenamePost({
  required int? id,
  required PeripheralRenameV2Body? body,
}) {
  return _kemproApiV2DevicesIdPeripheralsRenamePost(id: id, body: body);
}