Optional versioning (latest version)

Is it currently possible to mark an API version as the latest or default version? This would be the one used if the API client would not include any version header/param.
I agree that it’s not the best tactic, as anyone relying on the latest version can be surprised by sudden changes to the API, but it’s certainly a common publishing pattern for APIs and useful for developers.

C.

1 Like

Nice idea… an alias so that latest always loads the given version. Also makes it the default if no version is given.