Update Article

POST

Updates an article.

Request

This endpoint expects an object.
access_levelenumRequired
Allowed values: externalinternalprivatepublicrestricted
aliasesobjectRequired
applies_to_partsobjectRequired
artifactsobjectRequired
authored_byobjectRequired
content_blocksobjectRequired
custom_schema_specobjectRequired

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.

extracted_contentobjectRequired
idstringRequiredformat: "id"

The article’s ID.

owned_byobjectRequired
reorderobjectRequired
shared_withobjectRequired
statusenumRequired
Allowed values: archiveddraftpublishedreview_needed

Status of the article.

tagsobjectRequired
custom_fieldsobjectOptional

Application-defined custom fields.

descriptionstringOptionalformat: "text"

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

languagestringOptionalformat: "text"

Updates the language of the article.

parentstringOptionalformat: "id"

The updated parent directory for the article.

published_versionstringOptionalformat: "text"

Updates the the latest published version.

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