wardrobelabelIdPut method

@param id

Implementation

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

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