Newer Version Available
Unpublish the Master Version of an Article
Unpublishes the online master version of an article when there isn’t an existing draft article. The publishing actions are defined by the field change you request on the resource. To unpublish the master version, use "publishStatus":"draft".
- URI
-
1/services/data/v25.0/knowledgeManagement/articleVersions/masterVersions/<versionId> - 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} - Example response body
- HTTP status code 204 is returned when an existing record is updated.