Update Article Translation
update_article_translationUpdate the title and body of an article translation in a specific locale. Replaces the full body content — for single-section edits use the dedicated update section tool.
Instructions
Update article content (title, body) in a specific locale. For targeted edits on one or a few sections, prefer update_article_section — this tool replaces the FULL body and re-sends the entire article on each write. Use the article's source_locale (from get_article) for the default language, or another locale for translations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | New full body (HTML) for this locale. Replaces the entire body — for a single-section edit prefer update_article_section. Omit to leave the body unchanged. | |
| draft | No | When true, keeps this translation as a draft; when false, publishes it. | |
| title | No | New title for this locale. Omit to leave the current title unchanged. | |
| locale | Yes | Locale of the translation to update, e.g. "en-us" or "fr". Use the source_locale (from get_article) to edit the default language. | |
| article_id | Yes | Article ID — the numeric id of the article whose translation to update. Obtain it from list_articles or search_articles. |