Skip to main content
PUT
Update Content

Path Parameters

string
required
Organization ID
string
required
Project ID
string
required
Content ID

Request Body

All fields are optional. Only provided fields will be updated.
string
Display name for the content
string
Structured markdown description
object
The content data following the ContentType’s schema
string[]
Tags for categorization
string
Folder ID for organization
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