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
Hi,
How can I support multiple versions (definitions) of APIs from single server?
Problem Statement:
Product has to support multiple versions (latest & backward compatible) at different paths like:
/v1/...
/v2/...
And have different swagger.yaml for each version.
Multiple versions could be using path variable (/{version}/...) but makes difficult to generate version specific output.
solodyagin, bradleygore, MBvisti, sxwxs, renchili and 4 more