v1

latestOpenAPI 3.0.32026-07-2415128381.3 KB
Translations

Update a translation

Updates a translation. Alternatively, use the <a href="/reference/bulk-update">Multi-key update</a> endpoint to update translations.

Requires <code>write_translations</code> OAuth access scope.

put/projects/{project_id}/translations/{translation_id}

Path parameters

project_idstring required

A unique project identifier

translation_idnumber required

Unique translation identifier.

Request body

translationstring required

The actual translation content. Use an JSON object for plural keys.

is_unverifiedboolean

Whether the Unverified flag is enabled.

is_reviewedboolean

Whether the Reviewed flag is enabled.

custom_translation_status_idsstring[]

Custom translation status IDs to assign to translation (existing statuses will be replaced).

Response

OK

project_idstring