SchemasService
Updates a schema for a catalog. The caller must be the owner of the schema or a metastore admin. If the caller is a metastore admin, only the owner field can be changed in the update. If the name field must be updated, the caller must be a metastore admin or have the CREATE_SCHEMA privilege on the parent catalog.
patch/schemas/{fullName}
Path parameters
fullNamestring required
Full name of schema, in form of catalog_name.schema_name.
Request body
Response
OK