Skip to main content
PUT
Update Content

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID
id
string
required
Content ID

Request Body

All fields are optional. Only provided fields will be updated.
name
string
Display name for the content
description
string
Structured markdown description
content
object
The content data following the ContentType’s schema
tags
string[]
Tags for categorization
folderId
string
Folder ID for organization
metadata
object
Additional metadata

Example Request

Updating a published content item changes its status to modified. The changes will not be visible to end users until the content is published again.

Response

Returns the updated Content object.

Error Responses

Content Not Found

Validation Failed

Code Examples