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'
}{
// Response
}Schema is active.{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated
Was this helpful?