Skip to main content
POST
Open a pull request in a connected repository

Authorizations

Authorization
string
header
required

Product-chat sandbox token. Internal.

Body

repo
string
required

Short repository name to open the PR against.

title
string
required

Pull request title (also the commit message).

files
object[]
required

Files to create, update, or delete.

body
string
default:""
base
string

Base branch to target; defaults to the repo's default branch.

Response

Pull request created on a new branch.