Update a Security rule
PATCH/seb-api/v1/policy/security/rules/:id
Partially update a Security rule object by its unique identifier. All fields are optional. When provided, the controls object must not be empty, and the update cannot remove the rule's last remaining control.
Request
Responses
- 200
- 400
- 403
- 404
- 409
- 500
Successfully updated the security 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. "remoteDebugging is not available for this tenant".
Not Found - Rule not found.
Conflict - request conflicts with the current resource state
Internal server error.
