I'm using the method source_files.update_file with a custom importOptions object.
I inputted 'importTranslations': True, but the API is returning 'importTranslations': False
See the screenshot below.

On the other side, for the source_files.add_file method, it works correctly.
I need source_files.update_file to accept 'importTranslations': True
I'm using the method
source_files.update_filewith a custom importOptions object.I inputted
'importTranslations': True, but the API is returning'importTranslations': FalseSee the screenshot below.

On the other side, for the
source_files.add_filemethod, it works correctly.I need
source_files.update_fileto accept 'importTranslations': True