Merge a head branch into a base branch. Performs a fast-forward merge when possible, otherwise creates a merge commit. Returns 409 if there are merge conflicts.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
111Merge completed
The type of merge that was performed
fast_forward, merge_commit The SHA of the resulting commit on the base branch
The base branch that was merged into
The head branch that was merged from
Whether the head branch was deleted after merge