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