Export Files from Schema
EXPORTING SCHEMA FILES FOR THE SCHEMA
Return zip file with schemas
POST /schemas/{schemaId}/export/file
Returns schema files for the schemas. Only users with the Standard Registry role are allowed to make the request.
Path Parameters
Name
Type
Description
schemaID*
String
Selected schema ID
{
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Last updated