Update an Access and Data rule
PATCH/seb-api/v1/policy/access-and-data/rules/:id
Partially update an Access and Data rule object by its unique identifier. All fields are optional. When provided, the dataControls and loginControls objects must not be empty.
Request
Responses
- 200
- 400
- 403
- 404
- 409
- 500
Successfully updated the access and data 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 that is unavailable.
Not Found - Rule not found
Conflict - request conflicts with the current resource state
Internal server error
