Summary
Updates a policy
Description
Updates a policy document based on given option properties.
Route
PUT /policy-manager/policies/:id
Roles
admin
other
readonly
apiread
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | yes | ID of the policy. |
| options | object | yes | Object containing the fields to be updated |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| response | object | Response of the updates to the policy. |