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

NameTypeDescription

schemaID*

String

schema ID

Request Body

NameTypeDescription

*

String

Object that contains Policy Version

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

Last updated