Skip to main content
POST
Merge a branch straight into the deploy (default) branch

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

deploymentId
integer
required

Body

application/json

MergeToDefaultBranchRequest

message
string
required
branchId
integer
branchName
string
removeBranchAfterMerge
boolean | null

Response

200 - application/json
branchDeleted
boolean
required
merged
boolean
required