Publish Content Type
Content Types
Publish Content Type
Publish a content type, creating a new version
POST
Publish Content Type
Publishing a content type creates a new immutable version. This version becomes the active definition for creating new content of this type.Documentation Index
Fetch the complete documentation index at: https://docs.metabind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Organization ID
Project ID
Content Type ID
Response
Returns the published ContentType 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 a content type with
deleted status. Restore it first by updating the status.