For the complete documentation index, see llms.txt. This page is also available as Markdown.

Asynchronously Imports Schemas in Excel file format into a policy

Asynchronously imports schemas in Excel file format into a policy.

POST /schemas/push/{topicId}/import/xlsx

Asynchronously imports schemas in Excel file format into a policy. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

Name
Type
Description

topicId*

String

Topic ID

schemas*

String

Schemas

Request Body

Name
Type
Description

xlsx*

String

A xlsx file containing schema config.

content:
            application/json:
              schema:
                type: object

Was this helpful?