Editing Policy Parameters at Runtime
How to edit policy parameters at runtime without having to republish a policy?
Was this helpful?
Was this helpful?
GET
/:policyId/parameters/configPOST
/:policyId/parameters
[{
blockType: string;
blockTag: string;
propertyPath: string;
visible: string[];
applyTo: string[];
label: string;
required: boolean;
shortDescription: string;
value?: any;
}]