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

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

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.