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'
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}PreviousDeletes all schemas by topic id. Only users with the Standard Registry are allowed.NextSystem Schema APIs
Last updated
Was this helpful?