-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
Description
Is there a way to set the default version just for one route/controller action?
I want to use the latest version available for all api resources except one. For this resource, I would like it to use version 1 of the api unless a specific api version is specified.
Let me know if you need more information to understand my question. Overriding the default_version config works for the time being, but I would like to implement this in a way that going forward it might work for multiple resources.