Create Translation
POST {{baseUrl}}/api/v2/help_center/articles/:article_id/translations
Creates a translation for a given article, section, or category. Any locale that you specify must be enabled for the current Help Center. The locale must also be different from that of any existing translation associated with the source object.
Allowed for
- Help Center Managers
- Agents (article translations only)
The requesting agent can create an article translation only if they can edit the article in Help Center.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: Created
{"translation":{"locale":"\u003cstring\u003e","title":"\u003cstring\u003e","body":"\u003cstring\u003e","created_at":"\u003cstring\u003e","created_by_id":"\u003cinteger\u003e","draft":"\u003cboolean\u003e","html_url":"\u003cstring\u003e","id":"\u003cinteger\u003e","outdated":"\u003cboolean\u003e","source_id":"\u003cinteger\u003e","source_type":"\u003cstring\u003e","updated_at":"\u003cstring\u003e","updated_by_id":"\u003cinteger\u003e","url":"\u003cstring\u003e"}}