Add additional scheme in FastAPI docs (HTTP or HTTPS)
I am making some fastAPI routes which automatically generates the documentation, In documentation I want to add an option to select schemes (HTTP or HTTPS).
The docs generated by fastapi are missing the correct interface
I built an application with Fastapi+MongoDB, the following code about it, when I tested it, I found that Fastapi’s docs don’t parse the send-code and verify-code interfaces, I searched for a lot of ways to do it but couldn’t solve it, what’s going on?