Newer Version Available

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

Set a Translated Article Version to Complete

Sets a translated article version to complete.

URI
1/services/data/v25.0/knowledgeManagement/articleVersions/translations/<translationVersionID>
Formats
JSON, XML
HTTP Method
PATCH
Authentication
Authorization: OAuth accesstoken
Parameters
Parameter Description
complete Set this value to true for translations that are complete.
Example request body
1{
2"complete":"true"
3}
Example response body
HTTP status code 204 is returned when an existing record is updated.