Skip to main content
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

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

Request Body

string
required
The new status: draft, published, or deleted

Example Request

This endpoint does not validate status transitions as strictly as the dedicated endpoints. Use publish to publish, unpublish to unpublish, and discard to discard changes.

Response

Returns the updated ContentType object.

Status Values

Error Responses

Invalid Status Value

Code Examples