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

An array of schema names

policyId*

String

Policy ID

Response

{
  description: Successful operation.
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SchemaDTO'
}

Last updated

Was this helpful?