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

id
string
required

Parent Translation Key ID

Body

application/json
child_key_ids
string[]
required

Codes of the keys to link as children. Pass an empty array to mark the parent key without linking any children.

Example:

Response

Key link reference created.

created_at
string<date-time>

The timestamp when the link was created.

updated_at
string<date-time>

The timestamp when the link was last updated.

created_by
user_preview · object

The user who created the link.

Example:
updated_by
user_preview · object

The user who last updated the link.

Example:
account
account · object

The account associated with the link.

Example:
parent
key_preview · object

The parent translation key in the link.

Example:

null

children
key_preview · object[]

The child translation keys linked to the parent.