Running Policy without making any changes

Dry Run policy

PUT /policies/{policyId}/dry-run

Run policy without making any persistent changes or executing transaction. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

policyId*

String

Policy ID

{
     content:
            application/json:
              schema:
                $ref: '#/components/schemas/PublishPolicy'
}

Last updated