v1

latestOpenAPI 3.1.02026-07-261344388.3 KB
Branches

Branch commit

Creates a new commit on a branch with the specified changes.

post/api/projects/{projectId}/branches/{branchId}/commit

Path parameters

projectIdstring uuid required

Project ID

string uuid required
OR
'main' required

Branch ID or "main" for the default branch

Request body

baseCommitIdstring uuid
messagestring required

Response

Commit result

successboolean required

Whether the commit was successful

commitIdstring uuid required

ID of the newly created commit