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

Request Body

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

Last updated