Getting Policy Configuration

Get policy config by wizard

POST /{policyId}/config

Get policy config by wizard. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

NameTypeDescription

policyID*

String

Policy identifier.

Request Body

NameTypeDescription

*

Object

Object that contains wizard configuration.

content:
            application/json:
              schema:
                type: object
                properties:
                  policyConfig: 
                    $ref: "#/components/schemas/PolicyConfig"
                  wizardConfig:
                    $ref: "#/components/schemas/WizardConfig"

Last updated