Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Body
application/json
The IDs of the child keys to link to the parent key. Can be left empty, to only mark the given translation-key as parent
Example:
["child_key_id1", "child_key_id2"]Response
Created
The timestamp when the link was created.
The timestamp when the link was last updated.
The user who created the link.
Example:
null
The user who last updated the link.
Example:
null
The account associated with the link.
Example:
{
"id": "abcd1234",
"name": "Company Account",
"slug": "company_account",
"company": "My Awesome Company",
"created_at": "2015-01-28T09:52:53Z",
"updated_at": "2015-01-28T09:52:53Z",
"company_logo_url": "http://assets.example.com/company_logo.png"
}The parent translation key in the link.
Example:
null
The child translation keys linked to the parent.