Skip to main content
Updates existing content while maintaining schema compliance.
When updating content created with a previous version of a content type, the tool validates against the original schema version (specified in the content’s typeVersion field).

Input Schema

Parameters

ParameterTypeRequiredDescription
projectIdstringNoProject ID (uses session default)
contentIdstringYesID of content to update
namestringNoUpdated name
descriptionstringNoUpdated description
contentobjectNoUpdated content data
tagsstring[]NoUpdated tags
metadataobjectNoUpdated metadata

Response

FieldTypeDescription
idstringUnique identifier of the updated content
statusstringContent status after update
updatedAtstringISO 8601 update timestamp
validationWarningsstring[]Any validation warnings (optional)

Example

Request

Update the title and add a new component:

Response

Usage

Update Name Only

Update Content Structure

Update Tags

Update Metadata

Partial Updates

You only need to include the fields you want to update. Omitted fields remain unchanged:
When updating the content field, you must provide the complete content structure. Partial content updates (updating only some fields within content) are not supported. Always fetch the current content first, modify it, then send the complete structure.