Update translations for locale

Update translations for locale

The file that is being uploaded should be in a csv format, as returned from the /download API.
The provided locale must be one of the available locales configured in the system via the Locale API and cannot be the system locale (en-us).
Providing only part of the translation keys is allowed.
The following headers must be exist, and only once: Translation Key,System Locale (en-us) Translation,{providedLocale} Translation.
In order to remove a translation for a single key, put an empty string.
If all of the translation records are valid, a 200 status code will be returned and the invalidTranslations field will be empty.
If one or more of the translation records are invalid, the rest of the valid translations will be saved and a 206 status code
will be returned with a list of the invalid translations that were ignored.
The following are the cases where a translation record will be considered as invalid: [invalid translation key /
the system locale translation value does not match the current value in the system]

Path Parameters:

ParameterTypeMandatoryDescriptionExample
localestringtruenull

This API requires SETTINGS_UPDATE_LOCALE_TRANSLATIONS permission(s).

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!