Store TranslationsCopy Pagepost https://api.instellix.io/v2/translation-keysStores translations for a specific translation key.Body ParamsAdd translations for a new or existing keykeystringrequiredlength ≥ 1The translation key that shall be translated. Must not be blank.translationsarray of objectsrequiredlength ≥ 1All translations that should be stored 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