Newer Version Available

This content describes an older version of this product. View Latest

Submit an Article for Translation

Submits an article for translation and keeps the online version. Copies or creates a new draft translation if there is already a translation in the specified language. The publishing actions are defined by the field change you request on the resource.

Syntax

URI
1/services/data/v25.0/knowledgeManagement/articleVersions/translations
Formats
JSON, XML
HTTP Method
POST
Authentication
Authorization: OAuth accesstoken
Parameters
Parameter Description
articleID ID of the article
language ISO code for the language
Input:
1{
2       "articleId":<articleID>
3       "language":"fr"   
4       }