Python FastApi generated Swagger docs don’t replace parameter placeholder (i.e. {id}) with value
i tried to create a fastapi router that would handle 2 path parameters of type int.
i tried to create a fastapi router that would handle 2 path parameters of type int.