pub async fn patch_groups_runner(
configuration: &Configuration,
group_ref: &str,
runner_uuid: &str,
runner_patch_input: RunnerPatchInput,
) -> Result<RunnerModel, Error<PatchGroupsRunnerError>>pub async fn patch_groups_runner(
configuration: &Configuration,
group_ref: &str,
runner_uuid: &str,
runner_patch_input: RunnerPatchInput,
) -> Result<RunnerModel, Error<PatchGroupsRunnerError>>