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
Name
Type
Description
policyId*
String
Policy ID
{
     content:
            application/json:
              schema:
                $ref: '#/components/schemas/PublishPolicy'
}{
    // Response
}{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}Last updated