Returns all child schemas

GET /schema/{schemaId}/deletionPreview

Returns all child schemas

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

schemaId

string

Schema ID

topicId

string

Policy topic Id

Response

description: Schema deletion preview.
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SchemaDeletionPreviewDTO'

Last updated

Was this helpful?