Newer Version Available

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

Unpublish the Online Version of a Translated Article

Unpublishes the online version of a translated article. The publishing actions are defined by the field change you request on the resource. To edit and remove a translation from online state, use "publishStatus":"draft".

URI
1/services/data/v25.0/knowledgeManagement/articleVersions/translations/<translationVersionID>
Formats
JSON, XML
HTTP Method
PATCH
Authentication
Authorization: OAuth accesstoken
Parameters
Parameter Description
publishStatus Publishing status of the article. Use draft.
Example request body
1{
2"publishStatus":"draft"
3}