Export the selected rule (by ID) into the file
Returns a zip file containing rules.
Authorizations
Path parameters
ruleIdstringRequiredExample:
Schema Rule Identifier
000000000000000000000001
Responses
200
Successful operation. Response zip file.
401
Unauthorized.
403
Forbidden.
500
Internal server error.
application/json
get
GET /api/v1/schema-rules/{ruleId}/export/file HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
No content
Last updated