Publishes the Schema

PUBLISHES THE SCHEMA

Publishes the Schema

PUT /schemas/{schemaId}/active

Makes the selected schema active. Other schemas of the same type become inactive. Only suers with the Standard Registry role are allowed to make the request.

Path Parameters

Name
Type
Description

schemaID*

String

schema ID

Request Body

Name
Type
Description

*

String

Object that contains Policy Version

{
    content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Schema'
}