CatalogService
schemas
unity

Update a Schema

patch/schemas/{fullName}

Path parameters

fullNamestring required

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

Request body

fullNamestring required

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

commentstring

User-provided free-form text description.

propertiesobject

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

newNamestring

Name of schema.

Response

OK

namestring required

Name of schema, relative to parent catalog.

catalogNamestring required

Name of parent catalog.

commentstring

User-provided free-form text description.

propertiesobject

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

fullNamestring

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

ownerstring

Username of current owner of schema.

createAtstring

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

createdBystring

Username of schema creator.

updateAtstring

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

updatedBystring

Username of user who last modified schema.

schemaIdstring

Unique identifier for the schema.

Changes