[bootstrap.php] updating existed item whiping othed fileds values

$save_data = [
  '_id' => $id,
  'approved' => true
];
  
$save = $cockpit->module('content')->saveItem('users', $save_data);

After running this code, other fields of entry just removing (ex. email, password etc.). Old cockpit could do this without wiping all.

Hi!

Could you please test the latest dev codebase if this is still the case?

Thanks!

I’ve issue udating a row also via API.
Generating a rest API call to update a field of an item, I see that new record is created and not updated.