Hi @Aleksandr,
Apologies for the confusion!
The name of the key you’re looking for is: file_engine_recursive
(boolean)
You can set it like so:
rtp.exposure_group_update_value(project_uid=project_uid, session_uid=session_uid, exp_group_id=1, name='file_engine_recursive', value=True)
Here is the full list of keys in each exposure group:
'exp_group_id'
'gainref_path'
'defect_path'
'num_exposures_found'
'num_exposures_ready'
'file_engine_watch_path_abs'
'file_engine_strategy'
'file_engine_recursive'
'file_engine_filter'
'file_engine_interval'
'file_engine_enable'
'ignore_exposures'
'final'
'file_engine_min_file_size'
'file_engine_min_modified_time_delta'
Note that only the following keys can be changed when the exposure group is “final”:
'final'
'file_engine_enable'
'ignore_exposures'
'file_engine_min_file_size'
'file_engine_min_modified_time_delta'