Rest API - Versioning Strategies
You have an API that uses URL versioning like
/api/v1/resource. You want to upgrade to version 2 but keep version 1 working. What is the best fix if your current code overwrites the version path and breaks v1?