Publish Content
Content
Publish Content
Publish content, creating a new version
POST
Publish Content
Publishing content creates a new immutable version that becomes the active version for end users. The compiled BindJS code is locked at this version.
Path Parameters
Organization ID
Project ID
Content ID
Response
Returns the published Content object with the new version number.Status Transitions
| Current Status | After Publish |
|---|---|
draft | published (version 1) |
modified | published (version incremented) |
unpublished | published (version incremented) |
Cannot publish content with
deleted status. Restore it first by updating the status.