Import Schemas in Excel file format into local DB
Imports new schema from a xlsx file into the local DB. Only users with the Standard Registry role are allowed to make the request.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
topicIdstringRequired
Topic Id
Body
stringOptional
Responses
200
Successful operation.
application/json
Responseobject
401
Unauthorized
403
Forbidden.
500
Internal server error.
application/json
post
/schemas/{topicId}/import/xlsxPOST /api/v1/schemas/{topicId}/import/xlsx HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 6
"text"{}PreviousAPIs related to Import/Export Schemas from ExcelNextAsynchronously Imports Schemas in Excel file format into a policy
Last updated