For the complete documentation index, see llms.txt. This page is also available as Markdown.

Previews Schema from Excel file

Previews the schema from a xlsx file.

post

Previews the schema from a xlsx file. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
stringOptional
Responses
200

Successful operation.

application/json
objectOptional
post/schemas/import/xlsx/preview
POST /api/v1/schemas/import/xlsx/preview HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 6

"text"
{}

Last updated