DarlingtonMat
5 years agoNew Member
Enforce API Version to all methods in the API
Good day,
We are encoding the api version into the url. For instance with api version 1.0.0 the url under the paths section will look like '/scheduling/v1.0.0/forwardCalcOrders/{requester}'. Is there a way of auto updating this inline version once a new api version is created without having to manually update all the paths version? What's the best practice in terms of managing inline url versions with SwaggerHub?