With param validators, though, /api/user/xyz (instead of /api/user/3) would return a 404 because it fell through all the routes and was unable to find one to handle the request. Though I guess that can be handled by opting out of the validation system. If there's only one /api/...