Skip to main content

Update a policy configuration

PATCH 

/nevisidm/api/core/v1/:clientExtId/policies/:extId

Since: 2.79.0

Required permission(s): AccessControl.PolicyView,AccessControl.PolicyModify

Partially updates the policy configuration with the given external ID, belonging to the specified client. Only provided fields will be updated. Fields not included in the request body remain unchanged.

Policy parameters are replaced entirely with the provided set. To add or remove individual parameters, first retrieve the current configuration, modify the parameters map, and send the complete updated map.

For password-type policies, parameter consistency is validated (e.g. maxLength must not be lower than minLength or the sum of minimum character type requirements).

Request

Responses

Policy configuration updated successfully