groups API times out when call with min_access_level
Hello!
As of recently (since Friday, Nov 1), the API call to groups will timeout (10 seconds) when call with a min_access_level param, like so:
curl --header "Authorization: Bearer etc-etc-etc" https://gitlab.com/api/v4/groups\?min_access_level=50
A matching call without this query param succeeds:
curl --header "Authorization: Bearer etc-etc-etc" https://gitlab.com/api/v4/groups
I note that planned maintenance is happening now, so this may be related. This does not occur when calling the projects API, but I have not tested other calls that use this param