Function repo_apply_diff_patch

Source
pub async fn repo_apply_diff_patch(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    body: UpdateFileOptions,
) -> Result<FileResponse, Error<RepoApplyDiffPatchError>>