Restore an Archived Version of an Article

Restores an archived version of the article. If versionNumber isn’t specified, restores the latest version of the archived article.

Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.

Important

URI

1/services/data/v25.0/knowledgeManagement/articleVersions/masterVersions/

Formats

JSON, XML

HTTP Method

POST

Authentication

Authorization: OAuth accesstoken

Parameters

Parameter Description
articleId The ID of the article.
versionNumber Version of the article. If this field is not specified, the latest version of the archived article is restored.

Input

1{
2"articleId":"<articleID>",
3"versionNumber": <number>
4}