Importing Schema from .zip

Imports new schema from a zip file.

POST /schemas/push/{topicId}/import/file

Imports new schema from a zip file into the local DB. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

topicId*

String

topic ID

Request Body

NameTypeDescription

*

String

A zip file containing schema to be imported

{
    // Response
}

Last updated