Function repo_change_files

Source
pub async fn repo_change_files(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    body: ChangeFilesOptions,
) -> Result<FilesResponse, Error<RepoChangeFilesError>>