Publish the Primary Version of an Article
Publishes the primary version of an 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.
The publishing actions are defined by the field change you request on the resource. To publish a minor version, use "publishStatus":"Online". To publish a major version, use "publishStatus":"Online" and "versionNumber":"NextVersion". To schedule a publication date, use "publishScheduleDate" : <date>.
JSON, XML
PATCH
Authorization: OAuth {accesstoken}
| Parameter | Description |
|---|---|
| publishStatus | Publishing status of the article. Use online. |
| versionNumber | Version of the article. |
| publishScheduleDate | Date to publish the article in ISO 8601 format YYYY-MM-DDTHH:mm:ss+/-HHmm. For example, for February 8, 2023, 1:40 pm UTC+01:00 use 2023-02-08T13:40:31+0100.. |
Publish a minor version:
Publish a major version:
Schedule for publication:
HTTP status code 204 is returned when an existing record is updated.