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

Creates New System Schema

CREATES NEW SYSTEM SCHEMA

Creates new System Schema

POST /schemas/system/{username}

Creates new system schema. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

Name
Type
Description

username*

String

Username

Request Body

Name
Type
Description

*

String

Object that contains valid Schema

{
    // Response
}
{
    // Response
}
{
    // Response
}
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}

Last updated