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.
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
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.
Response
content:
application/json:
schema:
type: object{
Unauthorized
}{
Forbidden
}content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Last updated