v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Translations

Include a translation

Remove exclude from export flag from an existing translation.

patch/projects/{project_id}/translations/{id}/include

Path parameters

project_idstring required

Project ID

idstring required

ID

Headers

X-PhraseApp-OTPstring

Two-Factor-Authentication token (optional)

Request body

branchstring

specify the branch to use

Example request

{
  "branch": "my-feature-branch"
}

Response

OK

idstring
contentstring
unverifiedboolean
excludedboolean
plural_suffixstring
placeholdersstring[]
statestring
created_atstring date-time
updated_atstring date-time
word_countinteger

Example response

{
  "user": {
    "id": "abcd1234cdef1234abcd1234cdef1234",
    "username": "joe.doe",
    "name": "Joe Doe"
  },
  "word_count": 2
}