Previews list of schemas duplicates

POST /schemas/import/schemas/duplicates

Previews list of schema duplicates. Only users with the Standard Registry role are allowed to make the request.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

schemaNames

string

Schema Names

policyId

string

Policy ID

Response

{
description: Internal server error.
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorDTO'
  }

Last updated