PUT /schemas/system/{schemaId}
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.
schemaId*
String
SchemaID
*
Object that contains valid Schema
{ content: application/json: schema: type: array items: $ref: '#/components/schemas/Schema' }
{ // Response }
Schema is active.
{ content: application/json: schema: $ref: '#/components/schemas/Error' }