Importing Zip file containing Schema
Imports schemas from a file for the selected topic (policy)
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}{
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/Schema'
}Last updated