Skip to main content
POST
Rollback Content Version
Restores content to a previous version’s data. This creates a draft with the historical content, which can then be published as a new version.

Path Parameters

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

Request Body

version
number
required
The version number to rollback to

Example Request

Response

Returns the Content object with the rolled-back data in draft/modified status.
Rollback creates a draft with the historical content. You must publish to make the rollback live. This preserves the complete version history.

Error Responses

Version Not Found

ContentType Version Unavailable

If the historical version used a ContentType version that has been removed:

Code Examples