pub async fn git_slash_update_ref(
configuration: &Configuration,
owner: &str,
repo: &str,
ref: &str,
git_update_ref_request: GitUpdateRefRequest,
) -> Result<GitRef, Error<GitSlashUpdateRefError>>
Expand description
Updates the provided reference to point to a new SHA. For more information, see "Git References" in the Git documentation.