Link Entry Translation
link_entry_translationLink two entries in a collection with different locales into one translation group. Both entries must exist and have distinct locales. Requires update permission.
Instructions
Merge two entries in the same collection into one translation group (same as dashboard “link translation”). Both entries must exist, belong to this collection, and have different locales. There is no unlink via API — use the dashboard if you need to split a group. Requires an API key with update ability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | UUID of the first entry (the “anchor”; both entries are merged into one translation group) | |
| collection_slug | Yes | The collection slug | |
| translation_entry_uuid | Yes | UUID of the second entry to link (must be a different locale than the first) |