Skip to main content
PUT

Path parameters

string
required
The unique identifier of the schema.

Request body

All fields are optional. Only provided fields are updated.
string
New name for the schema.
string
New description.
boolean
Whether this should be the default schema.
array
Updated column definitions. Replaces the entire column list. Must be a non-empty array with valid column objects.

Response

Returns the full updated schema object (same shape as Get schema).
Updating columns replaces the entire column definition. Include all columns you want to keep, not just the changes.