pub async fn test_suite_run_controller_update(
configuration: &Configuration,
test_suite_id: &str,
id: &str,
update_test_suite_run_dto: UpdateTestSuiteRunDto,
) -> Result<TestSuiteRun, Error<TestSuiteRunControllerUpdateError>>
pub async fn test_suite_run_controller_update(
configuration: &Configuration,
test_suite_id: &str,
id: &str,
update_test_suite_run_dto: UpdateTestSuiteRunDto,
) -> Result<TestSuiteRun, Error<TestSuiteRunControllerUpdateError>>