Merge a pull request

PUT {{baseUrl}}/repos/:owner/:repo/pulls/:pull_number/merge

This endpoint triggers notifications. Creating content too quickly using this endpoint may result in abuse rate limiting. See [Abuse rate limits](https://developer.github.com/v3/#abuse-rate-limits) and [Dealing with abuse rate limits](https://developer.github.com/v3/guides/best-practices-for-integrators/#dealing-with-abuse-rate-limits) for details.

Request Body

{"commit_title"=>"<string>", "commit_message"=>"<string>", "sha"=>"<string>", "merge_method"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;sha&quot;:&quot;6dcb09b5b57875f334f61aebed695e2e4193db5e&quot;,&quot;merged&quot;:true,&quot;message&quot;:&quot;Pull Request successfully merged&quot;}