Reorder the Security policy
PUT/seb-api/v1/policy/security/positions
Submits the full ordered list of rules and sections for the security policy. Array index determines position (index 0 = highest priority, evaluated first). All existing rules and sections must be included. Rules in a section must be contiguous.
Request
Responses
- 200
- 400
- 403
- 404
- 500
Successfully updated positions.
Bad request. error.code is one of VALIDATION_ERROR, FIELD_VALIDATION_ERROR, CONTIGUITY_VIOLATION, or INCOMPLETE_ARRAY; structured details vary by code.
Forbidden - Insufficient permissions or feature not enabled
Not found. error.code is one of NOT_FOUND or FIELD_REFERENCE_NOT_FOUND.
Internal server error
