Update Custom Content Type
Update Custom Content Type
Update an existing custom content type schema
PATCH
Update Custom Content Type
Updates an existing custom content type schema. Only send the fields you want to change (partial update).
Your Publisher ID
Custom content type schema ID
Display name for the content type
Singular API slug for single-entry endpoints
Plural API slug for collection endpoints
Response format. Currently supports
json.Replaces the field definitions for the schema. Each object supports:
| Key | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Field identifier |
type | string | Yes | Field type: short_text, long_text, url, integer, boolean, media, etc. |
meta_data | object | No | UI metadata — label, tooltip, type, placeholder, default (each wrapped as {"value": ...}) |
validations | object | No | Validation rules — required, group_editable |
group_id | string | No | Field group assignment |
Example Request
Last modified on April 23, 2026