Complete a merge — apply the branch to main (write)
Branches
Complete a merge — apply the branch to main (write)
Apply the branch’s changes to main and mark the branch merged. All conflicts must be resolved first — otherwise the request fails with 409. Returns a count of what was written to main. See the branching guide.
Constraints:
- When the project requires merge approval, personal tokens need the approve permission and machine (project) tokens are rejected.
POST
Complete a merge — apply the branch to main (write)
Authorizations
API token: tsu_pat_… (PAT) or tsu_proj_… (project token). The token's granted RBAC permissions determine access; see each operation's x-permission.
Path Parameters
Project id (UUID) or id-embedded path slug.
Translation branch id (UUID).

