You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API Swagger allows us to define multiple main endpoints (hosts) for our documentation. This facilitates distinguishing between environments such as local, dev, prod. Is it possible to handle 'servers' configuration?
servers:
- url: https://api.example.com/v1
description: Production server (uses live data)
- url: https://sandbox-api.example.com:8443/v1
description: Sandbox server (uses test data)
The text was updated successfully, but these errors were encountered:
API Swagger allows us to define multiple main endpoints (hosts) for our documentation. This facilitates distinguishing between environments such as local, dev, prod. Is it possible to handle 'servers' configuration?
The text was updated successfully, but these errors were encountered: