Summary
Modifies a single rule on a policy
Description
Modifies a single rule in a policy
Route
PUT /policy-manager/policies/:policyId/rules/:ruleId
Roles
admin
other
readonly
apiread
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| policyId | string | yes | id of the policy |
| ruleId | string | yes | id of the rule |
| rule | object | yes | rule object |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| response | object | Response object with the document that was created. |