Update TranslationCopy Pagepatch https://api.instellix.io/v2/translation-keys/{key}Updates the translations for some locales for a specific translation key. Translations for other locales for this key remain unchanged.Path ParamskeystringrequiredBody ParamsRequest to update translations for a specific translation keytranslationsarray of objectsrequiredlength ≥ 1All translations that should be stored in addition or updated under this translation key. Must not be empty.translations* objectThe translation value for a specific languagelanguagestringrequiredThe language for which this translation will be used. Must not be null.valuestringrequiredThe translated text for this language/country. Must not be null.ADD objectResponses 200Standard response for successful HTTP requests. 4XXerror response for all http error codes in range 4XX 5XXerror response for all http error codes in range 5XXUpdated 22 days ago