TTWrite API: Change Display Language

Endpoint URL

//ttwrite.4up.eu/mobile_api/language

Description

This API allows the logged-in user to change the display language of the application interface.

Parameters

FieldValueRemarks
language_codestringThe language code (e.g., en, es, fr) to set as the display language.

Example Usage

httpCopy codePOST //ttwrite.4up.eu/mobile_api/language
Content-Type: application/json

{
  "language_code": "en"
}

Notes

  • Authentication is required to access this API.
  • Ensure the language_code corresponds to a supported language.
  • The changes are applied immediately after a successful request.