Import Schemas in Excel file format into a policy
PreviousImport/Export Schemas/Policies APIsNextAsynchronously Imports Schemas in Excel file format into a policy
Was this helpful?
POST /schemas/{topicId}/import/xlsx
Imports new schema from a xlsx file into policy. Only users with the Standard Registry role are allowed to make the request.
topicId*
String
Topic ID
xlsx*
String
A xlsx file containing schema config.
content:
application/json:
schema:
type: objectcontent:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Was this helpful?
Was this helpful?