Updates the Schema
UPDATES THE SCHEMA
Updates the Schema
PUT
/schemas/system/{schemaId}
Updates the system Schema with the provided Schema ID. Only users with the Standard Registry role are allowed to make the request.
Path Parameters
Name
Type
Description
schemaId*
String
SchemaID
*
String
Object that contains valid Schema
{
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Schema'
}