Last updated 1 year ago
Previews the policy from a xlsx file without loading it into the local DB. Only users with the Standard Registry role are allowed to make the request.
curl -L \ --request POST \ --url '/api/v1/policies/import/xlsx/preview' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '"text"'
{}