workweekIdPut method

@param id

Implementation

Future<
  chopper.Response<WebApiModulesSettingsWorkWeekSettingsWorkWeekWorkWeek>
>
workweekIdPut({
  required String? id,
  required WebApiModulesSettingsWorkWeekSettingsWorkWeekWorkWeek? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesSettingsWorkWeekSettingsWorkWeekWorkWeek,
    () =>
        WebApiModulesSettingsWorkWeekSettingsWorkWeekWorkWeek.fromJsonFactory,
  );

  return _workweekIdPut(id: id, body: body);
}