Skip to main content
POST
Open a pull request on a Git Project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-24
idempotency-key
string
required
Required string length: 1 - 255

Path Parameters

id
string
required
Pattern: ^prj_[0-9a-f]{32}$

Body

application/json
acted_as
string
required
Pattern: ^prin_[0-9a-f]{32}$
head
string
required
Required string length: 1 - 255
base
string
required
Required string length: 1 - 255
title
string
required
Required string length: 1 - 256
body
string | null
Maximum string length: 16384

Response

Success

project_id
string
required
Pattern: ^prj_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
number
integer
required
Required range: x > 0
url
string
required
Maximum string length: 2048
Pattern: ^https:\/\/\S+$
head
string
required
Required string length: 1 - 255
base
string
required
Required string length: 1 - 255
title
string
required
Required string length: 1 - 256