POST /{policyId}/config
POST
/{policyId}/config
Get policy config by wizard. Only users with the Standard Registry role are allowed to make the request.
policyId*
String
Policy identifier.
*
Object
Object that contains wizard configuration.
content: application/json: schema: type: object properties: policyConfig: $ref: "#/components/schemas/PolicyConfig" wizardConfig: $ref: "#/components/schemas/WizardConfig"
content: application/json: schema: $ref: "#/components/schemas/Error"