pub async fn test_suite_test_controller_update(
configuration: &Configuration,
test_suite_id: &str,
id: &str,
test_suite_test_controller_update_request: TestSuiteTestControllerUpdateRequest,
) -> Result<TestSuiteTestControllerCreate201Response, Error<TestSuiteTestControllerUpdateError>>