Update Content Type Status
Content Types
Update Content Type Status
Update the status of a content type
PATCH
Update Content Type Status
Directly update a content type’s status. For most workflows, use the dedicated
publish, unpublish, or discard endpoints instead.
Path Parameters
Organization ID
Project ID
Content Type ID
Request Body
The new status:
draft, published, or deletedExample Request
Response
Returns the updated ContentType object.Status Values
| Status | Description |
|---|---|
draft | Initial state, never published |
modified | Published then edited |
published | Live and active (use publish endpoint) |
unpublished | Was published, now inactive |
deleted | Soft deleted |