Skip to main content
POST
Push a working tree to a Git Project branch

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}$
base_revision
integer
required
Required range: x > 0
branch
string
required
Required string length: 1 - 255
message
string
required
Required string length: 1 - 4096
files
object[]
required
Required array length: 1 - 64 elements

Response

Success

project_id
string
required
Pattern: ^prj_[0-9a-f]{32}$
workspace_id
string
required
Pattern: ^wrkspc_[0-9a-f]{32}$
branch
string
required
Required string length: 1 - 255
commit_sha
string
required
Pattern: ^(?:[0-9a-f]{40}|[0-9a-f]{64})$
base_revision
integer
required
Required range: x > 0
base_commit_sha
string
required
Pattern: ^(?:[0-9a-f]{40}|[0-9a-f]{64})$
file_count
integer
required
Required range: x >= 0
total_bytes
integer
required
Required range: x >= 0