Import Schemas in Excel file format into a policy
Import schemas in Excel file format into a policy
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.
Path Parameters
Name | Type | Description |
---|---|---|
topicId* | String | Topic ID |
Request Body
Name | Type | Description |
---|---|---|
xlsx* | String | A xlsx file containing schema config. |
Last updated