v1

latestOpenAPI 3.0.0raw.githubusercontent.com2024-06-14254049.0 KB
Schemas

Update a schema

Updates the specified schema.

patch/schemas/{full_name}

Request body

commentstring

User-provided free-form text description.

propertiesSecurablePropertiesMap

A map of key-value properties attached to the securable.

new_namestring

New name for the schema.

Response

The schema was successfully updated.

namestring

Name of schema, relative to parent catalog.

catalog_namestring

Name of parent catalog.

commentstring

User-provided free-form text description.

propertiesSecurablePropertiesMap

A map of key-value properties attached to the securable.

full_namestring

Full name of schema, in form of catalog_name.schema_name.

created_atinteger

Time at which this schema was created, in epoch milliseconds.

updated_atinteger

Time at which this schema was last modified, in epoch milliseconds.

schema_idstring

Unique identifier for the schema.