Closed alexiswl closed 3 months ago
It should work, actually. For some reason, it didn't. It could be generator bug.
Meanwhile, you could turn off return type checking setting.
api_response: PipelineConfigurationParameterList = api_instance.get_project_pipeline_configuration_parameters(
project_id=project_id,
pipeline_id=pipeline_id,
_check_return_type=False,
)
I have collected this in examples doc for future reference: https://github.com/umccr-illumina/libica/blob/main/examples/issue_138.py
Steps to reproduce
Using the curl API I think this is the offending item: