I have a backend API that only has 1 version and is updated monthly.
There is an API management API that sits in front of this backend API. When the backend API is updated, I use the new swagger file from the backend API to update the API management API.
Should the API mangement API create a new version for every backend release? Considering the backend API only has 1 version, I think this would mean I would need to update all the previous versions of the API management API to keep it in sync with the new backend API. Is there any benefit to using versions here I am missing?