Asynchronously Imports Schemas in Excel file format into a policy
Asynchronously imports schemas in Excel file format into a policy
POST /api/v1/policies/push/import/xlsx?policyId=<policyId>
Asynchronously imports schemas in Excel file format into a policy. Only users with the Standard Registry role are allowed to make the request.
Path Parameters
Name
Type
Description
policyId*
String
Policy Identifier
schemas*
string
Schemas
Request Body
Name
Type
Description
*
String
A xlsx file containing policy config.
content:
application/json:
schema:
type: objectcontent:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'Last updated
Was this helpful?