DEV Community

Discussion on: REST API versioning with ASP.NET Core

Collapse
 
99darshan profile image
99darshan

Yes you could use multiple versioning schemes. Supporting multiple versioning Schemes section in this article has an example on how to implement both the query params versioning scheme and request header versioning scheme.