pub async fn pulls_slash_update_branch(
configuration: &Configuration,
owner: &str,
repo: &str,
pull_number: i32,
pulls_update_branch_request: Option<PullsUpdateBranchRequest>,
) -> Result<ActivityMarkRepoNotificationsAsRead202Response, Error<PullsSlashUpdateBranchError>>
Expand description
Updates the pull request branch with the latest upstream changes by merging HEAD from the base branch into the pull request branch.