Skip to main content
POST
Merge a branch into its parent branch (git-flow merge)

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

deploymentId
integer
required

Body

application/json

MergeIntoParentBranchRequest

branchId
integer
branchName
string
deleteBranch
boolean | null
message
string | null
squashCommits
boolean | null
switchToParentBranch
boolean | null

Response

200 - application/json
branchDeleted
boolean
required
merged
boolean
required