Newer Version Available
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.
- 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. - Example request body
-
1{ 2"articleId":<articleID> 3("versionNumber":<number>) 4}