500 Internal server error when Get /groups with min_access_level=10

Hello,

When I use api GET /groups with min_access_level=10, I got 500 error.
It still works fine with min_access_level=20 or higher.

Steps to reproduce

curl -H "PRIVATE-TOKEN: token" "https://gitlab.com/api/v4/groups?min_access_level=10"
{"message":"500 Internal Server Error"}