Summary
Batch update for the list of rules on the policy
Description
Updates a policy's rules - most commonly used for re-ordering
Route
PUT /policy-manager/policies/:id/rules
Roles
admin
other
readonly
apiread
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | yes | id of the policy |
| rules | array | yes | the updated rule paylaod |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| response | object | Response object with the document that was created. |