Function test_suite_controller_update

Source
pub async fn test_suite_controller_update(
    configuration: &Configuration,
    id: &str,
    update_test_suite_dto: UpdateTestSuiteDto,
) -> Result<TestSuite, Error<TestSuiteControllerUpdateError>>