Phrase · Capability
Phrase Strings API Reference — Repo Syncs
Phrase Strings API Reference — Repo Syncs. 7 operations. Lead operation: Get Repo Syncs. Self-contained Naftiko capability covering one Phrase business surface.
What You Can Do
GET
Reposynclist
— Get Repo Syncs
/v1/accounts/{account-id}/repo-syncs
POST
Reposynccreate
— Create a Repo Sync
/v1/accounts/{account-id}/repo-syncs
GET
Reposyncshow
— Get a single Repo Sync
/v1/accounts/{account-id}/repo-syncs/{id}
POST
Reposyncactivate
— Activate a Repo Sync
/v1/accounts/{account-id}/repo-syncs/{id}/activate
POST
Reposyncdeactivate
— Deactivate a Repo Sync
/v1/accounts/{account-id}/repo-syncs/{id}/deactivate
POST
Reposyncexport
— Export to code repository
/v1/accounts/{account-id}/repo-syncs/{id}/export
POST
Reposyncimport
— Import from code repository
/v1/accounts/{account-id}/repo-syncs/{id}/import
MCP Tools
get-repo-syncs
Get Repo Syncs
read-only
idempotent
create-repo-sync
Create a Repo Sync
get-single-repo-sync
Get a single Repo Sync
read-only
idempotent
activate-repo-sync
Activate a Repo Sync
deactivate-repo-sync
Deactivate a Repo Sync
export-code-repository
Export to code repository
import-code-repository
Import from code repository