Schemas
Update schema
Update the name, description, or column definitions of a schema.
PUT
Path parameters
The unique identifier of the schema.
Request body
All fields are optional. Only provided fields are updated.New name for the schema.
New description.
Whether this should be the default schema.
Updated column definitions. Replaces the entire column list. Must be a non-empty array with valid column objects.

