soundprofilesoundIdPut method

@param id

Implementation

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

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