Update Translation
PUT {{baseUrl}}/api/v2/help_center/articles/:article_id/translations/:locale
When updating a translation, any locale that you specify must be enabled for the current Help Center. If you change the translation locale, it must be different from that of any existing translation associated with the same source object.
Allowed for
- Agents (only articles)
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"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"}}