Asynchronously Imports Schemas in Excel file format into a policy
Last updated
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.
topicId*
String
Topic ID
schemas*
String
Schemas
xlsx*
String
A xlsx file containing schema config.
content:
application/json:
schema:
type: objectcontent:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Last updated