Update a Customization rule
PATCH/seb-api/v1/policy/customization/rules/:id
Partially update a Customization rule object by its unique identifier. All fields are optional.
Request
Responses
- 200
- 400
- 403
- 404
- 409
- 500
Successfully updated the customization rule. Returns the rule ID.
Bad request - Invalid request
Forbidden - Insufficient permissions, or a control included in the request is not available for this tenant because its feature is disabled. In the latter case the error message names the specific control, e.g. "cachedSessionDuration is not available for this tenant".
Not Found - Rule not found
Conflict - request conflicts with the current resource state
Internal server error
