soundprofileIdPut method

@param id

Implementation

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

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