Merge the source bookmark into the target bookmark. The target bookmark is advanced to the merge result.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization slug
1Repository name
1The bookmark being merged into. Usually main. This bookmark is updated to the resulting merge point.
1The bookmark that has changes to merge into target.
1Whether to delete the source bookmark after a successful merge
Merge strategy. auto: fast-forward when possible. merge_commit: always create a merge commit.
auto, merge_commit Merge result
The type of merge that was performed
fast_forward, merge_commit, no_op The commit OID the target bookmark now points to
^[0-9a-f]{40}$The JJ change ID the target bookmark points to after the merge.
^[zyxwvutsrqponmlk]{32}$The target bookmark that was merged into
The source bookmark that was merged from
Whether the source bookmark was deleted after merge