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
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated