Function repo_update_file

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