Update Article

POST

Updates an article.

Request

This endpoint expects an object.
idstringRequiredformat: "id"

The article’s ID.

access_levelenumOptional
Allowed values: externalinternalprivatepublicrestricted
aliasesobjectOptional
applies_to_partsobjectOptional
artifactsobjectOptional
authored_byobjectOptional
content_blocksobjectOptional
custom_fieldsobjectOptional

Application-defined custom fields.

custom_schema_specobjectOptional

Custom schemas described using identifiers. Each custom field in the request must have the corresponding schema specified; omission results in a Bad Request error. If a custom schema is not included in the specifier, it remains unchanged. For surfaces with human interactors, it is recommended to provide tenant_fragment: true and validate_required_fields: true.

descriptionstringOptionalformat: "text"

Updated description of the article object, or unchanged if not provided.

extracted_contentobjectOptional
languagestringOptionalformat: "text"

Updates the language of the article.

notifybooleanOptional

Whether to notify the users when the article is published.

owned_byobjectOptional
parentstringOptionalformat: "id"

The updated parent directory for the article.

published_versionstringOptionalformat: "text"

Updates the the latest published version.

release_notesstringOptionalformat: "text"

Updates the release notes of the article.

reorderobjectOptional
shared_withobjectOptional
statusenumOptional
Allowed values: archiveddraftpublishedreview_needed

Status of the article.

tagsobjectOptional
titlestringOptionalformat: "text"

Updated title of the article object, or unchanged if not provided.

urlstringOptionalformat: "text"

Updates the URL of the external article.

Response

Success.

articleobject
Built with