Update a pull request branch
PUT {{baseUrl}}/repos/:owner/:repo/pulls/:pull_number/update-branch
Updates the pull request branch with the latest upstream changes by merging HEAD from the base branch into the pull request branch.
Request Body
{"expected_head_sha"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |