Update Custom Component
Update Custom Component
Update an existing custom component schema
PATCH
Update Custom Component
Updates an existing custom component schema. Only send the fields you want to change (partial update).
Your Publisher ID
Custom component schema ID
Display name for the component
Additional metadata for the component.
| Key | Type | Description |
|---|---|---|
description | string | Human-readable description of the component |
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, 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, max_length, group_editable |
group_id | string | No | Field group assignment |
Component-level settings.
Example Request
Last modified on April 23, 2026