Swagger gives 404 for /StopPoint

I’m getting 404 errors trying to use /StopPoint with only the parameters marked as “required”,

On examination, it’s generating a URL like:

https://api.tfl.gov.uk/StopPoint?stopTypes=NaptanPublicBusCoachTram&location.lat=51.5859590&location.lon=-0.0170965

Comparing with examples in the blog, it seems that locaion.lat and location.lon in the URL should actually be just lat and lon and that is what stops the generated URL from working.