For the complete documentation index, see llms.txt. This page is also available as Markdown.

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'
}
{
    // Response
}
Schema is not system.
Schema not found.
Schema is active.
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}

Was this helpful?