Last updated 12 days ago
Returns a zip file containing rules.
Schema Rule Identifier
"000000000000000000000001"
Successful operation. Response zip file.
const response = await fetch('/api/v1/schema-rules/{ruleId}/export/file', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "code": 500, "message": "Error message" }