Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Enter your token in the format token TOKEN

Headers

X-PhraseApp-OTP
string

Two-Factor-Authentication token (optional)

Path Parameters

project_id
string
required

Project ID

job_id
string
required

Job ID

Body

application/json
locale_id
string
required

ID of a locale to be added

Example:

"abcd1234cdef1234abcd1234cdef1234"

branch
string

specify the branch to use

Example:

"my-feature-branch"

user_ids
string[]

Array of user ids to be assigned to the job locale as translators

Example:
reviewer_ids
string[]

Array of reviewer ids to be assigned to the job locale as reviewers

Example:
translator_team_ids
string[]

Array of team ids to be assigned to the job locale as translators

Example:
reviewer_team_ids
string[]

Array of team ids to be assigned to the job locale as reviewers

Example:

Response

Created

id
string
job
job_preview · object
Example:

null

locale
locale_preview · object
Example:
users
locale_user_preview · object[]
teams
locale_team_preview · object[]
completed
boolean
translation_completed_at
string<date-time>
review_completed_at
string<date-time>
annotations
job_annotation · object[]