-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
If an upstream API is using root_path
on FastAPI1 (e.g. if serving behind an API Gateway which requires a stage
in the path), then the OpenAPI spec likely includes a servers declaration2. That declaration should be removed when augmenting the OpenAPI spec.
Additionally, if the proxy API is using a root_path
, then we should ensure that the serves declaration appropriately demonstrates that.