Upsert Content Translation
Creates or updates a translation for a content item in a specific locale.
This operation doesn’t modify translations in other locales or other content fields.
Note: You must first add the locale in the Publisher Dashboard before adding its translation.
Documentation Index
Fetch the complete documentation index at: https://docs.appcharge.com/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Publisher token.
Path Parameters
Content ID.
The locale code. Both ISO-639-1 language code and ISO-3166-1 alpha-2 country code formats are supported.
Body
Translated title.
"Bienvenue dans notre jeu"
Translated subtitle.
"Tout ce que vous devez savoir"
Translated body text.
"Ceci est le contenu principal de l'article en français..."
Translated header image URL. Can be an external link or the URL of an image from the Assets Library.
"https://cdn.example.com/images/header-fr.jpg"
Translated thumbnail image URL. Can be an external link or the URL of an image from the Assets Library.
"https://media.appcharge.com/media/25cb4861ec8924a6b69a0f59/book-shelf1920.jpg"
Translated labels.
["tutoriel", "débutant"]Response
Translation upserted successfully. Returns the full updated content item.
Content ID.
"507f1f77bcf86cd799439011"
Content title.
"Welcome to Our Game"
Content description.
"Everything you need to know"
Content body text.
"This is the main content body with detailed information..."
Content header image URL.
"https://cdn.example.com/images/header.jpg"
Content thumbnail image URL.
"https://media.appcharge.com/media/25cb4861ec8924a6b69a0f59/book-shelf1920.jpg"
List of labels associated with the content.
["tutorial", "beginner"]Current state of the content.
visible, hidden, scheduled "hidden"
Content type.
article, news "article"
Content publish date. Use for scheduling content.
"2025-10-20T00:00:00.000Z"
Content slug. If not provided, this value is auto-generated.
"welcome-to-our-game"
Content visibility level.
public, private "public"
Internal tag for organizing your content. Not visible to players.
"spring2025"
Created date.
"2025-10-15T10:30:00.000Z"
Updated date.
"2025-10-19T14:20:00.000Z"
List of translations for the content item. Each object represents a locale and its translations.
List of pages where this content appears.
[
{
"id": "68b0249eb5bd5c59b9bab7e2",
"pageName": "FAQs"
},
{
"id": "692eb70d0293e07ab4895518",
"pageName": "Events"
}
]