Update Article

POST
Updates an article.

Request

This endpoint expects an object.
idstringRequired
The article's ID.
access_levelenumOptional
Allowed values: externalinternalprivatepublicrestricted
applies_to_partsobjectOptional
artifactsobjectOptional
authored_byobjectOptional
custom_fieldsmap from strings to anyOptional
Application-defined custom fields.
custom_schema_specobjectOptional
Requested custom schemas described abstractly. Every provided schema's custom field must be specified, otherwise a bad request error is returned. If a new custom schema specifier is provided, then it will be added to the work, otherwise if a custom schema is omitted from the specifier, it remains unmodified.
descriptionstringOptional
Updated description of the article object, or unchanged if not provided.
extracted_contentobjectOptional
languagestringOptional
Updates the language of the article.
owned_byobjectOptional
parentstringOptional
The updated parent directory for the article.
published_versionstringOptional
Updates the the latest published version.
reorderobjectOptional
shared_withobjectOptional
statusenumOptional
Allowed values: archiveddraftpublishedreview_needed
Status of the article.
tagsobjectOptional
titlestringOptional
Updated title of the article object, or unchanged if not provided.
urlstringOptional
Updates the URL of the external article.

Response

This endpoint returns an object
articleobject