Phrase · Capability
Phrase Strings API Reference — Branches
Phrase Strings API Reference — Branches. 9 operations. Lead operation: List branches. Self-contained Naftiko capability covering one Phrase business surface.
What You Can Do
GET
Brancheslist
— List branches
/v1/projects/{project-id}/branches
POST
Branchcreate
— Create a branch
/v1/projects/{project-id}/branches
GET
Branchshow
— Get a single branch
/v1/projects/{project-id}/branches/{name}
PATCH
Branchupdate
— Update a branch
/v1/projects/{project-id}/branches/{name}
DELETE
Branchdelete
— Delete a branch
/v1/projects/{project-id}/branches/{name}
GET
Branchcompare
— Compare branches
/v1/projects/{project-id}/branches/{name}/compare
POST
Branchcomparisoncreate
— Create comparison (async.)
/v1/projects/{project-id}/branches/{name}/compare
PATCH
Branchmerge
— Merge a branch
/v1/projects/{project-id}/branches/{name}/merge
PATCH
Branchsync
— Sync a branch
/v1/projects/{project-id}/branches/{name}/sync
MCP Tools
list-branches
List branches
read-only
idempotent
create-branch
Create a branch
get-single-branch
Get a single branch
read-only
idempotent
update-branch
Update a branch
idempotent
delete-branch
Delete a branch
idempotent
compare-branches
Compare branches
read-only
idempotent
create-comparison-async
Create comparison (async.)
merge-branch
Merge a branch
idempotent
sync-branch
Sync a branch
idempotent