Export the selected rule (by ID) into the file
Returns schema files for the schema. Only users with the Standard Registry role are allowed to make the request.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
schemaIdstringRequiredExample:
Schema ID
000000000000000000000001Responses
200
Successful operation. Response zip file.
No content
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
get
/schemas/{schemaId}/export/fileGET /api/v1/schemas/{schemaId}/export/file HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content
Last updated
Was this helpful?