Skip to main content
Version: 1.1.5

Admin - Add a rule to existing policy

POST 

/admin/policies/add-rule-to-policy

Add an existing system rule to an existing policy. The rule is identified by its rule_id and the policy is identified by its policy_id.

Request

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the Admin token. which is set on Vertex setup

Body

required

    policy_id PolicyIdrequired
    rule_id RuleIdrequired

Responses

Loading...