Update organization translation file with variant

View as MarkdownOpen in Claude
This endpoint updates the translation file for the specified custom translation (**lng_variant**) for a locale (**lng**). ### Usage notes - Retrieve the **lng** and **lng_variant** by calling the [/v2/translations/organization](https://help.sigmacomputing.com/reference/list-org-locales) endpoint.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

lngstringRequired
lng_variantstringRequired

Request

The request body.
translationsmap from strings to stringsRequired
A JSON object with phrases as keys and their translations as values

Response

The response body.