Last updated 1 year ago
Imports new schema from a xlsx file into the local DB. Only users with the Standard Registry role are allowed to make the request.
Topic Id
curl -L \ --request POST \ --url '/api/v1/schemas/push/{topicId}/import/xlsx' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '"text"'
{}