v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Branches

Create comparison (async.)

Create a branch comparison asynchronously.

post/projects/{project_id}/branches/{name}/compare

Path parameters

project_idstring required

Project ID

namestring required

name

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Request body

directionstring

direction of comparison, possible values are sync or merge (only for v2 branches)

Example request

{
  "direction": "merge"
}

Response

Accepted