Skip to main content
POST
Restore a deleted localization

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Localization ID (of a deleted localization)

projectId
string
required

Project ID

Response

Restored localization

id
string
required
object
enum<string>
required
Available options:
localization
code
string
required

The locale's code — how version translations are addressed, and the value matched against the end user's locale_code attribute to pick a translation at delivery.

name
string
required

The language this locale stands for, e.g. "French (France)" — also what machine translation is asked to translate into.

locale
string
required

The locale tag this entry was created from, e.g. fr-FR.

isDefault
boolean
required

The source language content is authored in. It has no translation of its own — version translations exist only for the non-default locales.

deleted
boolean
required

Soft-deleted: no longer offered or delivered, but the translations it holds on every version are kept, so restoring it brings them all back.

createdAt
string<date-time>
required
updatedAt
string<date-time>
required