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