AntiPattern
FastAPI Parameter Mismatch
fastapi-path-query-mismatch
Route definitions use the wrong parameter channel (path vs query) or mismatched client requests, so FastAPI binds values incorrectly (or not at all), producing default/incorrect currency handling and confusing logs during Docker deployments and upgrades.